Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c145 int crit_temp, int emerg_temp) in mlxsw_thermal_module_trips_update() argument
152 if (!emerg_temp || !crit_temp) { in mlxsw_thermal_module_trips_update()
161 &emerg_temp); in mlxsw_thermal_module_trips_update()
166 if (crit_temp > emerg_temp) { in mlxsw_thermal_module_trips_update()
168 tz->tzdev->type, crit_temp, emerg_temp); in mlxsw_thermal_module_trips_update()
184 tz->trips[MLXSW_THERMAL_TEMP_TRIP_HOT].temp = emerg_temp; in mlxsw_thermal_module_trips_update()
451 int temp, crit_temp, emerg_temp; in mlxsw_thermal_module_temp_get() local
462 &crit_temp, &emerg_temp); in mlxsw_thermal_module_temp_get()
470 crit_temp, emerg_temp); in mlxsw_thermal_module_temp_get()
705 int dummy_temp, crit_temp, emerg_temp; in mlxsw_thermal_module_init() local
[all …]