Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h590 s32 (*check_overtemp)(struct txgbe_hw *hw); member
H A Dtxgbe_dummy.h636 hw->phy.check_overtemp = txgbe_phy_check_overtemp_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_phy.c285 if (hw->phy.check_overtemp(hw) == TXGBE_ERR_OVERTEMP) in txgbe_reset_phy()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_phy.c245 phy->ops.check_overtemp = ixgbe_tn_check_overtemp; in ixgbe_init_phy_ops_generic()
481 (IXGBE_ERR_OVERTEMP == hw->phy.ops.check_overtemp(hw))) in ixgbe_reset_phy_generic()
H A Dixgbe_type.h4044 s32 (*check_overtemp)(struct ixgbe_hw *); member
H A Dixgbe_x550.c2273 phy->ops.check_overtemp = ixgbe_check_overtemp_fw; in ixgbe_init_phy_ops_X550em()