Searched refs:smart_speed (Results 1 – 8 of 8) sorted by relevance
846 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d0_lplu_state_82575()859 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000_set_d0_lplu_state_82575()915 if (phy->smart_speed == e1000_smart_speed_on) in e1000_set_d0_lplu_state_82580()917 else if (phy->smart_speed == e1000_smart_speed_off) in e1000_set_d0_lplu_state_82580()956 if (phy->smart_speed == e1000_smart_speed_on) in e1000_set_d3_lplu_state_82580()958 else if (phy->smart_speed == e1000_smart_speed_off) in e1000_set_d3_lplu_state_82580()
993 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d3_lplu_state_82541()1006 } 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()
824 enum e1000_smart_speed smart_speed; member
3072 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d0_lplu_state_ich8lan()3085 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000_set_d0_lplu_state_ich8lan()3140 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d3_lplu_state_ich8lan()3153 } 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()
76 (hw->phy.smart_speed == ixgbe_smart_speed_auto || in ixgbe_init_mac_link_ops_82599()77 hw->phy.smart_speed == ixgbe_smart_speed_on) && in ixgbe_init_mac_link_ops_82599()
3094 enum ixgbe_smart_speed smart_speed; member