Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_common.c4989 if (num_sensors > IXGBE_MAX_SENSORS) in ixgbe_get_thermal_sensor_data_generic()
4990 num_sensors = IXGBE_MAX_SENSORS; in ixgbe_get_thermal_sensor_data_generic()
5082 if ((i < IXGBE_MAX_SENSORS) && (sensor_location != 0)) { in ixgbe_init_thermal_sensor_thresh_generic()
H A Dixgbe_type.h334 #define IXGBE_MAX_SENSORS 3 macro
344 struct ixgbe_thermal_diode_data sensor[IXGBE_MAX_SENSORS];