Searched refs:smart_speed (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/dev/e1000/
H A De1000_82575.c845 if (phy->smart_speed == e1000_smart_speed_on) {
858 } else if (phy->smart_speed == e1000_smart_speed_off) {
914 if (phy->smart_speed == e1000_smart_speed_on)
916 else if (phy->smart_speed == e1000_smart_speed_off)
955 if (phy->smart_speed == e1000_smart_speed_on)
957 else if (phy->smart_speed == e1000_smart_speed_off)
H A De1000_82541.c980 if (phy->smart_speed == e1000_smart_speed_on) {
993 } else if (phy->smart_speed == e1000_smart_speed_off) {
H A De1000_82571.c912 if (phy->smart_speed == e1000_smart_speed_on) {
925 } else if (phy->smart_speed == e1000_smart_speed_off) {
H A De1000_hw.h863 enum e1000_smart_speed smart_speed; member in struct:e1000_phy_info
H A De1000_phy.c2104 if (phy->smart_speed == e1000_smart_speed_on) {
2117 } else if (phy->smart_speed == e1000_smart_speed_off) {
H A De1000_ich8lan.c3277 if (phy->smart_speed == e1000_smart_speed_on) {
3290 } else if (phy->smart_speed == e1000_smart_speed_off) {
3345 if (phy->smart_speed == e1000_smart_speed_on) {
3358 } else if (phy->smart_speed == e1000_smart_speed_off) {
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_82599.c97 (hw->phy.smart_speed == ixgbe_smart_speed_auto ||
98 hw->phy.smart_speed == ixgbe_smart_speed_on) &&
H A Dif_ix.c923 hw->phy.smart_speed = ixgbe_smart_speed;
H A Dixgbe_type.h4110 enum ixgbe_smart_speed smart_speed; member in struct:ixgbe_phy_info

Completed in 300 milliseconds