Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_phy.c350 phy->ops.check_overtemp = ixgbe_tn_check_overtemp; in ixgbe_init_phy_ops_generic()
555 (IXGBE_ERR_OVERTEMP == hw->phy.ops.check_overtemp(hw))) in ixgbe_reset_phy_generic()
H A Dixgbe_type.h3770 s32 (*check_overtemp)(struct ixgbe_hw *); member
/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c3807 if (hw->phy.ops.check_overtemp(hw) == IXGBE_ERR_OVERTEMP) { in ixgbe_overtemp_check()