Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c509 u8 gbox_num; in mlxsw_thermal_gearboxes_init() local
518 mlxsw_reg_mgpir_unpack(mgpir_pl, &gbox_num, &device_type, NULL, in mlxsw_thermal_gearboxes_init()
521 !gbox_num) in mlxsw_thermal_gearboxes_init()
524 area->tz_gearbox_num = gbox_num; in mlxsw_thermal_gearboxes_init()
H A Dcore_hwmon.c742 u8 gbox_num; in mlxsw_hwmon_gearbox_init() local
750 mlxsw_reg_mgpir_unpack(mgpir_pl, &gbox_num, &device_type, NULL, NULL, in mlxsw_hwmon_gearbox_init()
753 !gbox_num) in mlxsw_hwmon_gearbox_init()
757 max_index = mlxsw_hwmon_dev->module_sensor_max + gbox_num; in mlxsw_hwmon_gearbox_init()