Searched refs:smart_speed (Results 1 – 7 of 7) sorted by relevance
412 enum e1000_smart_speed smart_speed; member
1419 if (phy->smart_speed == e1000_smart_speed_on) { in igb_set_d3_lplu_state()1432 } else if (phy->smart_speed == e1000_smart_speed_off) { in igb_set_d3_lplu_state()
623 enum e1000_smart_speed smart_speed; member
908 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d0_lplu_state_82571()919 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000_set_d0_lplu_state_82571()
1548 if (phy->smart_speed == e1000_smart_speed_on) { in e1000e_set_d3_lplu_state()1559 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000e_set_d3_lplu_state()
3179 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d0_lplu_state_ich8lan()3190 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000_set_d0_lplu_state_ich8lan()3241 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d3_lplu_state_ich8lan()3252 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000_set_d3_lplu_state_ich8lan()
1387 e1000_smart_speed smart_speed; member