Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c790 u8 gbox_num; in mlxsw_thermal_gearboxes_init() local
799 mlxsw_reg_mgpir_unpack(mgpir_pl, &gbox_num, &device_type, NULL, in mlxsw_thermal_gearboxes_init()
802 !gbox_num) in mlxsw_thermal_gearboxes_init()
805 area->tz_gearbox_num = gbox_num; in mlxsw_thermal_gearboxes_init()
Dcore_hwmon.c741 u8 gbox_num; in mlxsw_hwmon_gearbox_init() local
749 mlxsw_reg_mgpir_unpack(mgpir_pl, &gbox_num, &device_type, NULL, NULL, in mlxsw_hwmon_gearbox_init()
752 !gbox_num) in mlxsw_hwmon_gearbox_init()
756 max_index = mlxsw_hwmon_dev->module_sensor_max + gbox_num; in mlxsw_hwmon_gearbox_init()