Searched refs:IXGBE_ERR_OVERTEMP (Results 1 – 3 of 3) sorted by relevance
713 return IXGBE_ERR_OVERTEMP; in ixgbe_setup_fw_link()1974 return IXGBE_ERR_OVERTEMP; in ixgbe_get_lasi_ext_t_x550em()1988 return IXGBE_ERR_OVERTEMP; in ixgbe_get_lasi_ext_t_x550em()2210 return IXGBE_ERR_OVERTEMP; in ixgbe_check_overtemp_fw()2459 if (hw->phy.ops.reset(hw) == IXGBE_ERR_OVERTEMP) in ixgbe_reset_hw_X550em()2460 return IXGBE_ERR_OVERTEMP; in ixgbe_reset_hw_X550em()
481 (IXGBE_ERR_OVERTEMP == hw->phy.ops.check_overtemp(hw))) in ixgbe_reset_phy_generic()2639 status = IXGBE_ERR_OVERTEMP; in ixgbe_tn_check_overtemp()
4226 #define IXGBE_ERR_OVERTEMP -26 macro