Home
last modified time | relevance | path

Searched refs:old_channel (Results 1 – 8 of 8) sorted by relevance

/drivers/net/ethernet/sfc/
Defx_channels.h44 struct efx_channel *efx_copy_channel(const struct efx_channel *old_channel);
Defx_channels.c580 struct efx_channel *efx_copy_channel(const struct efx_channel *old_channel) in efx_copy_channel() argument
591 *channel = *old_channel; in efx_copy_channel()
/drivers/net/wireless/ath/carl9170/
Dphy.c1579 struct ieee80211_channel *old_channel = NULL; in carl9170_set_channel() local
1591 old_channel = ar->channel; in carl9170_set_channel()
1691 "failed (%d).\n", old_channel ? in carl9170_set_channel()
1692 old_channel->center_freq : -1, channel->center_freq, in carl9170_set_channel()
/drivers/net/wireless/broadcom/b43legacy/
Dphy.c531 u8 old_channel; in b43legacy_phy_initb5() local
603 old_channel = (phy->channel == 0xFF) ? 1 : phy->channel; in b43legacy_phy_initb5()
626 b43legacy_radio_selectchannel(dev, old_channel, 0); in b43legacy_phy_initb5()
646 u8 old_channel; in b43legacy_phy_initb6() local
719 old_channel = phy->channel; in b43legacy_phy_initb6()
720 if (old_channel >= 8) in b43legacy_phy_initb6()
744 b43legacy_radio_selectchannel(dev, old_channel, 0); in b43legacy_phy_initb6()
/drivers/net/wireless/broadcom/b43/
Dlo.c340 u8 old_channel; member
551 b43_gphy_channel_switch(dev, sav->old_channel, 1); in lo_measure_restore()
738 saved_regs.old_channel = phy->channel; in b43_calibrate_lo_setting()
Dphy_g.c1485 u8 old_channel; in b43_phy_initb5() local
1542 old_channel = phy->channel; in b43_phy_initb5()
1564 b43_gphy_channel_switch(dev, old_channel, 0); in b43_phy_initb5()
1584 u8 old_channel; in b43_phy_initb6() local
1647 old_channel = phy->channel; in b43_phy_initb6()
1648 if (old_channel >= 8) in b43_phy_initb6()
1669 b43_gphy_channel_switch(dev, old_channel, 0); in b43_phy_initb6()
/drivers/net/wireless/marvell/libertas/
Dcmd.c637 u8 old_channel = priv->channel; in lbs_set_channel() local
651 lbs_deb_cmd("channel switch from %d to %d\n", old_channel, in lbs_set_channel()
/drivers/net/ethernet/sfc/falcon/
Defx.c425 ef4_alloc_channel(struct ef4_nic *efx, int i, struct ef4_channel *old_channel) in ef4_alloc_channel() argument
458 ef4_copy_channel(const struct ef4_channel *old_channel) in ef4_copy_channel() argument
469 *channel = *old_channel; in ef4_copy_channel()