Home
last modified time | relevance | path

Searched refs:smart_speed (Results 1 – 12 of 12) sorted by relevance

/drivers/net/phy/
Dat803x.c83 u16 smart_speed; member
147 context->smart_speed = phy_read(phydev, AT803X_SMART_SPEED); in at803x_context_save()
159 phy_write(phydev, AT803X_SMART_SPEED, context->smart_speed); in at803x_context_restore()
/drivers/net/ethernet/intel/igb/
De1000_82575.c999 if (phy->smart_speed == e1000_smart_speed_on) { in igb_set_d0_lplu_state_82575()
1010 } else if (phy->smart_speed == e1000_smart_speed_off) { in igb_set_d0_lplu_state_82575()
1061 if (phy->smart_speed == e1000_smart_speed_on) in igb_set_d0_lplu_state_82580()
1063 else if (phy->smart_speed == e1000_smart_speed_off) in igb_set_d0_lplu_state_82580()
1098 if (phy->smart_speed == e1000_smart_speed_on) in igb_set_d3_lplu_state_82580()
1100 else if (phy->smart_speed == e1000_smart_speed_off) in igb_set_d3_lplu_state_82580()
De1000_hw.h412 enum e1000_smart_speed smart_speed; member
De1000_phy.c1418 if (phy->smart_speed == e1000_smart_speed_on) { in igb_set_d3_lplu_state()
1431 } else if (phy->smart_speed == e1000_smart_speed_off) { in igb_set_d3_lplu_state()
/drivers/net/ethernet/intel/e1000e/
Dhw.h581 enum e1000_smart_speed smart_speed; member
D82571.c907 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d0_lplu_state_82571()
918 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000_set_d0_lplu_state_82571()
Dphy.c1499 if (phy->smart_speed == e1000_smart_speed_on) { in e1000e_set_d3_lplu_state()
1510 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000e_set_d3_lplu_state()
Dich8lan.c2997 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d0_lplu_state_ich8lan()
3008 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000_set_d0_lplu_state_ich8lan()
3059 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d3_lplu_state_ich8lan()
3070 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000_set_d3_lplu_state_ich8lan()
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c92 (hw->phy.smart_speed == ixgbe_smart_speed_auto || in ixgbe_init_mac_link_ops_82599()
93 hw->phy.smart_speed == ixgbe_smart_speed_on) && in ixgbe_init_mac_link_ops_82599()
Dixgbe_type.h3590 enum ixgbe_smart_speed smart_speed; member
/drivers/net/ethernet/intel/e1000/
De1000_hw.c5403 if (hw->smart_speed == e1000_smart_speed_on) { in e1000_set_d3_lplu_state()
5416 } else if (hw->smart_speed == e1000_smart_speed_off) { in e1000_set_d3_lplu_state()
De1000_hw.h1390 e1000_smart_speed smart_speed; member