Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h521 s32 (*get_thermal_sensor_data)(struct txgbe_hw *hw); member
H A Dtxgbe_dummy.h607 hw->mac.get_thermal_sensor_data = in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2849 mac->get_thermal_sensor_data = txgbe_get_thermal_sensor_data; in txgbe_init_ops_pf()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_api.c1155 return ixgbe_call_func(hw, hw->mac.ops.get_thermal_sensor_data, (hw), in ixgbe_get_thermal_sensor_data()
H A Dixgbe_82599.c364 mac->ops.get_thermal_sensor_data = in ixgbe_init_ops_82599()
H A Dixgbe_type.h4003 s32 (*get_thermal_sensor_data)(struct ixgbe_hw *); member
H A Dixgbe_x550.c593 mac->ops.get_thermal_sensor_data = NULL; in ixgbe_init_ops_X550EM()