Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/e1000api/
H A De1000_82575.c846 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()
H A De1000_82541.c993 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()
H A De1000_82571.c1027 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()
H A De1000_hw.h824 enum e1000_smart_speed smart_speed; member
H A De1000_ich8lan.c3072 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()
H A De1000_phy.c2102 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()
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_82599.c76 (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()
H A Dixgbe_type.h3094 enum ixgbe_smart_speed smart_speed; member