Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c97 struct mlxsw_thermal_module *tz_gearbox_arr; member
855 thermal->tz_gearbox_arr = kcalloc(thermal->tz_gearbox_num, in mlxsw_thermal_gearboxes_init()
856 sizeof(*thermal->tz_gearbox_arr), in mlxsw_thermal_gearboxes_init()
858 if (!thermal->tz_gearbox_arr) in mlxsw_thermal_gearboxes_init()
862 gearbox_tz = &thermal->tz_gearbox_arr[i]; in mlxsw_thermal_gearboxes_init()
876 mlxsw_thermal_gearbox_tz_fini(&thermal->tz_gearbox_arr[i]); in mlxsw_thermal_gearboxes_init()
877 kfree(thermal->tz_gearbox_arr); in mlxsw_thermal_gearboxes_init()
890 mlxsw_thermal_gearbox_tz_fini(&thermal->tz_gearbox_arr[i]); in mlxsw_thermal_gearboxes_fini()
891 kfree(thermal->tz_gearbox_arr); in mlxsw_thermal_gearboxes_fini()