Home
last modified time | relevance | path

Searched refs:IXGBE_ERR_OVERTEMP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c744 return IXGBE_ERR_OVERTEMP; in ixgbe_setup_fw_link()
1995 return IXGBE_ERR_OVERTEMP; in ixgbe_get_lasi_ext_t_x550em()
2009 return IXGBE_ERR_OVERTEMP; in ixgbe_get_lasi_ext_t_x550em()
2231 return IXGBE_ERR_OVERTEMP; in ixgbe_check_overtemp_fw()
2480 if (hw->phy.ops.reset(hw) == IXGBE_ERR_OVERTEMP) in ixgbe_reset_hw_X550em()
2481 return IXGBE_ERR_OVERTEMP; in ixgbe_reset_hw_X550em()
H A Dixgbe_phy.c517 (IXGBE_ERR_OVERTEMP == hw->phy.ops.check_overtemp(hw))) in ixgbe_reset_phy_generic()
2669 status = IXGBE_ERR_OVERTEMP; in ixgbe_tn_check_overtemp()
H A Dixgbe_type.h4205 #define IXGBE_ERR_OVERTEMP -26 macro
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c3975 if (hw->phy.ops.check_overtemp(hw) == IXGBE_ERR_OVERTEMP) { in ixgbe_overtemp_check()
4038 if (rv == IXGBE_ERR_OVERTEMP) { in ixgbe_phy_check()