Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlxsw/
Dminimal.c365 u8 num_of_modules; in mlxsw_m_linecards_init() local
373 mlxsw_reg_mgpir_unpack(mgpir_pl, NULL, NULL, NULL, &num_of_modules, in mlxsw_m_linecards_init()
382 mlxsw_m->max_modules_per_slot = num_of_modules; in mlxsw_m_linecards_init()
Dreg.h11230 MLXSW_ITEM32(reg, mgpir, num_of_modules, 0x04, 0, 8);
11241 u8 *devices_per_flash, u8 *num_of_modules, in mlxsw_reg_mgpir_unpack() argument
11251 if (num_of_modules) in mlxsw_reg_mgpir_unpack()
11252 *num_of_modules = mlxsw_reg_mgpir_num_of_modules_get(payload); in mlxsw_reg_mgpir_unpack()