Searched refs:smart_speed (Results 1 – 8 of 8) sorted by relevance
851 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d0_lplu_state_82575()864 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000_set_d0_lplu_state_82575()920 if (phy->smart_speed == e1000_smart_speed_on) in e1000_set_d0_lplu_state_82580()922 else if (phy->smart_speed == e1000_smart_speed_off) in e1000_set_d0_lplu_state_82580()961 if (phy->smart_speed == e1000_smart_speed_on) in e1000_set_d3_lplu_state_82580()963 else if (phy->smart_speed == e1000_smart_speed_off) in e1000_set_d3_lplu_state_82580()
979 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d3_lplu_state_82541()992 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000_set_d3_lplu_state_82541()
1027 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d0_lplu_state_82571()1040 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000_set_d0_lplu_state_82571()
826 enum e1000_smart_speed smart_speed; member
3256 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d0_lplu_state_ich8lan()3269 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000_set_d0_lplu_state_ich8lan()3324 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d3_lplu_state_ich8lan()3337 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000_set_d3_lplu_state_ich8lan()
2102 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d3_lplu_state_generic()2115 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000_set_d3_lplu_state_generic()
96 (hw->phy.smart_speed == ixgbe_smart_speed_auto || in ixgbe_init_mac_link_ops_82599()97 hw->phy.smart_speed == ixgbe_smart_speed_on) && in ixgbe_init_mac_link_ops_82599()
3842 enum ixgbe_smart_speed smart_speed; member