Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ixgbe/
HDixgbe_x550.c840 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()
HDixgbe_phy.c515 (IXGBE_ERR_OVERTEMP == hw->phy.ops.check_overtemp(hw))) in ixgbe_reset_phy_generic()
2658 status = IXGBE_ERR_OVERTEMP; in ixgbe_tn_check_overtemp()
HDif_ix.c2400 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()
HDixgbe_type.h4169 #define IXGBE_ERR_OVERTEMP -26 macro