Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/ !
Dixgbe_sysfs.c170 for (i = 0; i < IXGBE_MAX_SENSORS; i++) { in ixgbe_sysfs_init()
Dixgbe.h532 struct attribute *attrs[IXGBE_MAX_SENSORS * 4 + 1];
533 struct hwmon_attr hwmon_list[IXGBE_MAX_SENSORS * 4];
Dixgbe_common.c3925 if (num_sensors > IXGBE_MAX_SENSORS) in ixgbe_get_thermal_sensor_data_generic()
3926 num_sensors = IXGBE_MAX_SENSORS; in ixgbe_get_thermal_sensor_data_generic()
3986 if (num_sensors > IXGBE_MAX_SENSORS) in ixgbe_init_thermal_sensor_thresh_generic()
3987 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];