Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x540.c887 .check_overtemp = &ixgbe_tn_check_overtemp,
Dixgbe_82598.c1228 .check_overtemp = &ixgbe_tn_check_overtemp,
Dixgbe_82599.c2258 .check_overtemp = &ixgbe_tn_check_overtemp,
Dixgbe_phy.c458 (IXGBE_ERR_OVERTEMP == hw->phy.ops.check_overtemp(hw))) in ixgbe_reset_phy_generic()
Dixgbe_x550.c2437 .check_overtemp = &ixgbe_tn_check_overtemp, \
Dixgbe_type.h3336 s32 (*check_overtemp)(struct ixgbe_hw *); member
Dixgbe_main.c2424 if (hw->phy.ops.check_overtemp(hw) != IXGBE_ERR_OVERTEMP) in ixgbe_check_overtemp_subtask()