Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sysfs.c154 if (adapter->hw.mac.ops.init_thermal_sensor_thresh == NULL) { in ixgbe_sysfs_init()
159 if (adapter->hw.mac.ops.init_thermal_sensor_thresh(&adapter->hw)) in ixgbe_sysfs_init()
Dixgbe_x540.c874 .init_thermal_sensor_thresh = NULL,
Dixgbe_82598.c1155 .init_thermal_sensor_thresh = NULL,
Dixgbe_82599.c2216 .init_thermal_sensor_thresh = &ixgbe_init_thermal_sensor_thresh_generic,
Dixgbe_type.h3480 int (*init_thermal_sensor_thresh)(struct ixgbe_hw *hw); member
Dixgbe_x550.c3839 .init_thermal_sensor_thresh = NULL, \
/linux-6.12.1/drivers/net/ethernet/intel/igb/
Digb_hwmon.c161 if (adapter->hw.mac.ops.init_thermal_sensor_thresh == NULL) in igb_sysfs_init()
165 rc = (adapter->hw.mac.ops.init_thermal_sensor_thresh(&adapter->hw)); in igb_sysfs_init()
De1000_hw.h308 s32 (*init_thermal_sensor_thresh)(struct e1000_hw *); member
De1000_82575.c2895 .init_thermal_sensor_thresh = igb_init_thermal_sensor_thresh_generic,
Digb_main.c2401 mac->ops.init_thermal_sensor_thresh(hw); in igb_reset()
3547 hw->mac.ops.init_thermal_sensor_thresh(hw); in igb_probe()