Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c147 int crit_temp, int emerg_temp) in mlxsw_thermal_module_trips_update() argument
154 if (!emerg_temp || !crit_temp) { in mlxsw_thermal_module_trips_update()
165 &emerg_temp); in mlxsw_thermal_module_trips_update()
170 if (crit_temp > emerg_temp) { in mlxsw_thermal_module_trips_update()
172 tz->tzdev->type, crit_temp, emerg_temp); in mlxsw_thermal_module_trips_update()
188 tz->trips[MLXSW_THERMAL_TEMP_TRIP_HOT].temp = emerg_temp; in mlxsw_thermal_module_trips_update()
413 int temp, crit_temp, emerg_temp; in mlxsw_thermal_module_temp_get() local
424 &crit_temp, &emerg_temp); in mlxsw_thermal_module_temp_get()
432 crit_temp, emerg_temp); in mlxsw_thermal_module_temp_get()
651 int dummy_temp, crit_temp, emerg_temp; in mlxsw_thermal_module_init() local
[all …]