Searched refs:init_thermal_sensor_thresh (Results 1 - 20 of 20) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sysfs.c | 154 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()
|
H A D | ixgbe_x540.c | 874 .init_thermal_sensor_thresh = NULL,
|
H A D | ixgbe_82598.c | 1155 .init_thermal_sensor_thresh = NULL,
|
H A D | ixgbe_82599.c | 2212 .init_thermal_sensor_thresh = &ixgbe_init_thermal_sensor_thresh_generic,
|
H A D | ixgbe_type.h | 3474 s32 (*init_thermal_sensor_thresh)(struct ixgbe_hw *hw); member
|
H A D | ixgbe_x550.c | 3842 .init_thermal_sensor_thresh = NULL, \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sysfs.c | 154 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()
|
H A D | ixgbe_x540.c | 874 .init_thermal_sensor_thresh = NULL,
|
H A D | ixgbe_82598.c | 1155 .init_thermal_sensor_thresh = NULL,
|
H A D | ixgbe_82599.c | 2213 .init_thermal_sensor_thresh = &ixgbe_init_thermal_sensor_thresh_generic,
|
H A D | ixgbe_type.h | 3478 s32 (*init_thermal_sensor_thresh)(struct ixgbe_hw *hw); member
|
H A D | ixgbe_x550.c | 3892 .init_thermal_sensor_thresh = NULL, \
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
H A D | igb_hwmon.c | 161 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()
|
H A D | e1000_hw.h | 308 s32 (*init_thermal_sensor_thresh)(struct e1000_hw *); member
|
H A D | e1000_82575.c | 2902 .init_thermal_sensor_thresh = igb_init_thermal_sensor_thresh_generic,
|
H A D | igb_main.c | 2406 mac->ops.init_thermal_sensor_thresh(hw); in igb_reset()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/ |
H A D | igb_hwmon.c | 161 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()
|
H A D | e1000_hw.h | 308 s32 (*init_thermal_sensor_thresh)(struct e1000_hw *); member
|
H A D | e1000_82575.c | 2902 .init_thermal_sensor_thresh = igb_init_thermal_sensor_thresh_generic,
|
H A D | igb_main.c | 2428 mac->ops.init_thermal_sensor_thresh(hw); in igb_reset() 3568 hw->mac.ops.init_thermal_sensor_thresh(hw); in igb_probe()
|
Completed in 81 milliseconds