Home
last modified time | relevance | path

Searched refs:pspa_pl (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dswitchib.c155 char pspa_pl[MLXSW_REG_PSPA_LEN]; in mlxsw_sib_port_swid_set() local
157 mlxsw_reg_pspa_pack(pspa_pl, swid, mlxsw_sib_port->local_port); in mlxsw_sib_port_swid_set()
158 return mlxsw_reg_write(mlxsw_sib->core, MLXSW_REG(pspa), pspa_pl); in mlxsw_sib_port_swid_set()
Dswitchx2.c238 char pspa_pl[MLXSW_REG_PSPA_LEN]; in mlxsw_sx_port_swid_set() local
240 mlxsw_reg_pspa_pack(pspa_pl, swid, mlxsw_sx_port->local_port); in mlxsw_sx_port_swid_set()
241 return mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(pspa), pspa_pl); in mlxsw_sx_port_swid_set()
Dspectrum.c550 char pspa_pl[MLXSW_REG_PSPA_LEN]; in mlxsw_sp_port_swid_set() local
552 mlxsw_reg_pspa_pack(pspa_pl, swid, mlxsw_sp_port->local_port); in mlxsw_sp_port_swid_set()
553 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pspa), pspa_pl); in mlxsw_sp_port_swid_set()