Home
last modified time | relevance | path

Searched refs:IXGBE_MAX_SENSORS (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_sysfs.c170 for (i = 0; i < IXGBE_MAX_SENSORS; i++) { in ixgbe_sysfs_init()
Dixgbe.h491 struct attribute *attrs[IXGBE_MAX_SENSORS * 4 + 1];
492 struct hwmon_attr hwmon_list[IXGBE_MAX_SENSORS * 4];
Dixgbe_common.c3922 if (num_sensors > IXGBE_MAX_SENSORS) in ixgbe_get_thermal_sensor_data_generic()
3923 num_sensors = IXGBE_MAX_SENSORS; in ixgbe_get_thermal_sensor_data_generic()
3984 if (num_sensors > IXGBE_MAX_SENSORS) in ixgbe_init_thermal_sensor_thresh_generic()
3985 num_sensors = IXGBE_MAX_SENSORS; in ixgbe_init_thermal_sensor_thresh_generic()
Dixgbe_type.h200 #define IXGBE_MAX_SENSORS 3 macro
210 struct ixgbe_thermal_diode_data sensor[IXGBE_MAX_SENSORS];