Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x550.c713 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()
H A Dixgbe_phy.c481 (IXGBE_ERR_OVERTEMP == hw->phy.ops.check_overtemp(hw))) in ixgbe_reset_phy_generic()
2639 status = IXGBE_ERR_OVERTEMP; in ixgbe_tn_check_overtemp()
H A Dixgbe_type.h4226 #define IXGBE_ERR_OVERTEMP -26 macro