Home
last modified time | relevance | path

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

/drivers/net/phy/
Dat803x.c60 u16 smart_speed; member
72 context->smart_speed = phy_read(phydev, AT803X_SMART_SPEED); in at803x_context_save()
84 phy_write(phydev, AT803X_SMART_SPEED, context->smart_speed); in at803x_context_restore()
/drivers/net/ethernet/intel/igb/
De1000_82575.c971 if (phy->smart_speed == e1000_smart_speed_on) { in igb_set_d0_lplu_state_82575()
982 } else if (phy->smart_speed == e1000_smart_speed_off) { in igb_set_d0_lplu_state_82575()
1033 if (phy->smart_speed == e1000_smart_speed_on) in igb_set_d0_lplu_state_82580()
1035 else if (phy->smart_speed == e1000_smart_speed_off) in igb_set_d0_lplu_state_82580()
1070 if (phy->smart_speed == e1000_smart_speed_on) in igb_set_d3_lplu_state_82580()
1072 else if (phy->smart_speed == e1000_smart_speed_off) in igb_set_d3_lplu_state_82580()
De1000_hw.h430 enum e1000_smart_speed smart_speed; member
De1000_phy.c1439 if (phy->smart_speed == e1000_smart_speed_on) { in igb_set_d3_lplu_state()
1452 } else if (phy->smart_speed == e1000_smart_speed_off) { in igb_set_d3_lplu_state()
/drivers/net/ethernet/intel/e1000e/
Dhw.h579 enum e1000_smart_speed smart_speed; member
D82571.c925 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d0_lplu_state_82571()
936 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000_set_d0_lplu_state_82571()
Dich8lan.c2840 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d0_lplu_state_ich8lan()
2851 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000_set_d0_lplu_state_ich8lan()
2902 if (phy->smart_speed == e1000_smart_speed_on) { in e1000_set_d3_lplu_state_ich8lan()
2913 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000_set_d3_lplu_state_ich8lan()
Dphy.c1517 if (phy->smart_speed == e1000_smart_speed_on) { in e1000e_set_d3_lplu_state()
1528 } else if (phy->smart_speed == e1000_smart_speed_off) { in e1000e_set_d3_lplu_state()
/drivers/net/ethernet/intel/ixgbe/
Dixgbe_82599.c115 (hw->phy.smart_speed == ixgbe_smart_speed_auto || in ixgbe_init_mac_link_ops_82599()
116 hw->phy.smart_speed == ixgbe_smart_speed_on) && in ixgbe_init_mac_link_ops_82599()
Dixgbe_type.h2985 enum ixgbe_smart_speed smart_speed; member
/drivers/net/ethernet/intel/e1000/
De1000_hw.c5430 if (hw->smart_speed == e1000_smart_speed_on) { in e1000_set_d3_lplu_state()
5443 } else if (hw->smart_speed == e1000_smart_speed_off) { in e1000_set_d3_lplu_state()
De1000_hw.h1415 e1000_smart_speed smart_speed; member