Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlxsw/
H A Dminimal.c208 char pmlp_pl[MLXSW_REG_PMLP_LEN]; in mlxsw_m_port_module_info_get() local
211 mlxsw_reg_pmlp_pack(pmlp_pl, local_port); in mlxsw_m_port_module_info_get()
212 err = mlxsw_reg_query(mlxsw_m->core, MLXSW_REG(pmlp), pmlp_pl); in mlxsw_m_port_module_info_get()
215 *p_module = mlxsw_reg_pmlp_module_get(pmlp_pl, 0); in mlxsw_m_port_module_info_get()
216 *p_width = mlxsw_reg_pmlp_width_get(pmlp_pl); in mlxsw_m_port_module_info_get()
217 *p_slot_index = mlxsw_reg_pmlp_slot_index_get(pmlp_pl, 0); in mlxsw_m_port_module_info_get()
H A Dspectrum.c466 u16 local_port, char *pmlp_pl, in mlxsw_sp_port_module_info_parse() argument
525 char pmlp_pl[MLXSW_REG_PMLP_LEN]; in mlxsw_sp_port_module_info_get() local
528 mlxsw_reg_pmlp_pack(pmlp_pl, local_port); in mlxsw_sp_port_module_info_get()
533 pmlp_pl, port_mapping); in mlxsw_sp_port_module_info_get()
540 char pmlp_pl[MLXSW_REG_PMLP_LEN]; in mlxsw_sp_port_module_map() local
546 mlxsw_reg_pmlp_pack(pmlp_pl, local_port); in mlxsw_sp_port_module_map()
569 char pmlp_pl[MLXSW_REG_PMLP_LEN]; in mlxsw_sp_port_module_unmap() local
572 mlxsw_reg_pmlp_width_set(pmlp_pl, 0); in mlxsw_sp_port_module_unmap()
1869 char pmlp_pl[MLXSW_REG_PMLP_LEN]; member
1920 char *pmlp_pl, void *priv) in mlxsw_sp_port_mapping_listener_func() argument
[all …]