Home
last modified time | relevance | path

Searched refs:pmtm_pl (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_env.c1252 char pmtm_pl[MLXSW_REG_PMTM_LEN]; in mlxsw_env_module_type_set() local
1255 mlxsw_reg_pmtm_pack(pmtm_pl, slot_index, i); in mlxsw_env_module_type_set()
1256 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(pmtm), pmtm_pl); in mlxsw_env_module_type_set()
1262 module_info->type = mlxsw_reg_pmtm_module_type_get(pmtm_pl); in mlxsw_env_module_type_set()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c2874 char pmtm_pl[MLXSW_REG_PMTM_LEN]; in mlxsw_core_module_max_width() local
2877 mlxsw_reg_pmtm_pack(pmtm_pl, module); in mlxsw_core_module_max_width()
2878 err = mlxsw_reg_query(mlxsw_core, MLXSW_REG(pmtm), pmtm_pl); in mlxsw_core_module_max_width()
2881 mlxsw_reg_pmtm_unpack(pmtm_pl, &module_type); in mlxsw_core_module_max_width()

Completed in 8 milliseconds