Home
last modified time | relevance | path

Searched refs:mode_change (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/sfc/
Dtxc43128_phy.c450 enum efx_phy_mode mode_change = efx->phy_mode ^ phy_data->phy_mode; in txc43128_phy_reconfigure() local
453 if (efx->phy_mode & mode_change & PHY_MODE_TX_DISABLED) { in txc43128_phy_reconfigure()
457 mode_change &= ~PHY_MODE_TX_DISABLED; in txc43128_phy_reconfigure()
462 if (mode_change & PHY_MODE_LOW_POWER) in txc43128_phy_reconfigure()
469 if (loop_change || mode_change) in txc43128_phy_reconfigure()
/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-mac80211.c1331 bool mode_change) in iwl_teardown_interface() argument
1342 if (!mode_change) { in iwl_teardown_interface()