Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c281 phy->ops.check_overtemp = ixgbe_tn_check_overtemp; in ixgbe_init_phy_ops_generic()
517 (IXGBE_ERR_OVERTEMP == hw->phy.ops.check_overtemp(hw))) in ixgbe_reset_phy_generic()
H A Dixgbe_type.h4025 s32 (*check_overtemp)(struct ixgbe_hw *); member
H A Dixgbe_x550.c2294 phy->ops.check_overtemp = ixgbe_check_overtemp_fw; in ixgbe_init_phy_ops_X550em()
/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()