Searched refs:old_channel (Results 1 – 8 of 8) sorted by relevance
/drivers/net/ethernet/sfc/ |
D | efx_channels.h | 44 struct efx_channel *efx_copy_channel(const struct efx_channel *old_channel);
|
D | efx_channels.c | 580 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/ |
D | phy.c | 1579 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/ |
D | phy.c | 531 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/ |
D | lo.c | 340 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()
|
D | phy_g.c | 1485 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/ |
D | cmd.c | 637 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/ |
D | efx.c | 425 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()
|