Searched refs:IXGBE_ERR_OVERTEMP (Results 1 – 4 of 4) sorted by relevance
840 return IXGBE_ERR_OVERTEMP; in ixgbe_setup_fw_link()2087 return IXGBE_ERR_OVERTEMP; in ixgbe_get_lasi_ext_t_x550em()2101 return IXGBE_ERR_OVERTEMP; in ixgbe_get_lasi_ext_t_x550em()2323 return IXGBE_ERR_OVERTEMP; in ixgbe_check_overtemp_fw()2568 if (hw->phy.ops.reset(hw) == IXGBE_ERR_OVERTEMP) in ixgbe_reset_hw_X550em()2569 return IXGBE_ERR_OVERTEMP; in ixgbe_reset_hw_X550em()
515 (IXGBE_ERR_OVERTEMP == hw->phy.ops.check_overtemp(hw))) in ixgbe_reset_phy_generic()2658 status = IXGBE_ERR_OVERTEMP; in ixgbe_tn_check_overtemp()
2400 if (retval != IXGBE_ERR_OVERTEMP) in ixgbe_msix_link()2409 if (retval != IXGBE_ERR_OVERTEMP) in ixgbe_msix_link()3565 if (error == IXGBE_ERR_OVERTEMP) in ixgbe_handle_phy()
4169 #define IXGBE_ERR_OVERTEMP -26 macro