Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dtxc43128_phy.c447 enum ef4_phy_mode mode_change = efx->phy_mode ^ phy_data->phy_mode; in txc43128_phy_reconfigure() local
450 if (efx->phy_mode & mode_change & PHY_MODE_TX_DISABLED) { in txc43128_phy_reconfigure()
454 mode_change &= ~PHY_MODE_TX_DISABLED; in txc43128_phy_reconfigure()
459 if (mode_change & PHY_MODE_LOW_POWER) in txc43128_phy_reconfigure()
466 if (loop_change || mode_change) in txc43128_phy_reconfigure()
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dmac80211.c1349 bool mode_change) in iwl_teardown_interface() argument
1360 if (!mode_change) { in iwl_teardown_interface()