Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/
Dminimal.c378 u8 num_of_modules; in mlxsw_m_linecards_init() local
386 mlxsw_reg_mgpir_unpack(mgpir_pl, NULL, NULL, NULL, &num_of_modules, in mlxsw_m_linecards_init()
395 mlxsw_m->max_modules_per_slot = num_of_modules; in mlxsw_m_linecards_init()
Dreg.h11058 MLXSW_ITEM32(reg, mgpir, num_of_modules, 0x04, 0, 8);
11069 u8 *devices_per_flash, u8 *num_of_modules, in mlxsw_reg_mgpir_unpack() argument
11079 if (num_of_modules) in mlxsw_reg_mgpir_unpack()
11080 *num_of_modules = mlxsw_reg_mgpir_num_of_modules_get(payload); in mlxsw_reg_mgpir_unpack()