Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h522 s32 (*init_thermal_sensor_thresh)(struct txgbe_hw *hw); member
H A Dtxgbe_dummy.h609 hw->mac.init_thermal_sensor_thresh = txgbe_mac_init_thermal_ssth_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2850 mac->init_thermal_sensor_thresh = txgbe_init_thermal_sensor_thresh; in txgbe_init_ops_pf()
3511 hw->mac.init_thermal_sensor_thresh(hw); in txgbe_reset_misc()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_api.c1167 return ixgbe_call_func(hw, hw->mac.ops.init_thermal_sensor_thresh, (hw), in ixgbe_init_thermal_sensor_thresh()
H A Dixgbe_82599.c366 mac->ops.init_thermal_sensor_thresh = in ixgbe_init_ops_82599()
H A Dixgbe_type.h4004 s32 (*init_thermal_sensor_thresh)(struct ixgbe_hw *hw); member
H A Dixgbe_x550.c594 mac->ops.init_thermal_sensor_thresh = NULL; in ixgbe_init_ops_X550EM()