Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x550.c3963 .check_overtemp = &ixgbe_tn_check_overtemp,
3972 .check_overtemp = &ixgbe_tn_check_overtemp,
3981 .check_overtemp = NULL,
3992 .check_overtemp = &ixgbe_tn_check_overtemp,
4003 .check_overtemp = ixgbe_check_overtemp_fw,
Dixgbe_x540.c907 .check_overtemp = &ixgbe_tn_check_overtemp,
Dixgbe_82598.c1186 .check_overtemp = &ixgbe_tn_check_overtemp,
Dixgbe_82599.c2245 .check_overtemp = &ixgbe_tn_check_overtemp,
Dixgbe_phy.c408 (IXGBE_ERR_OVERTEMP == hw->phy.ops.check_overtemp(hw))) in ixgbe_reset_phy_generic()
Dixgbe_type.h3496 s32 (*check_overtemp)(struct ixgbe_hw *); member
Dixgbe_main.c2779 if (hw->phy.ops.check_overtemp(hw) != IXGBE_ERR_OVERTEMP) in ixgbe_check_overtemp_subtask()
2785 rc = hw->phy.ops.check_overtemp(hw); in ixgbe_check_overtemp_subtask()