Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/
Dswitchib.c168 char pspa_pl[MLXSW_REG_PSPA_LEN]; in mlxsw_sib_port_swid_set() local
170 mlxsw_reg_pspa_pack(pspa_pl, swid, mlxsw_sib_port->local_port); in mlxsw_sib_port_swid_set()
171 return mlxsw_reg_write(mlxsw_sib->core, MLXSW_REG(pspa), pspa_pl); in mlxsw_sib_port_swid_set()
Dswitchx2.c237 char pspa_pl[MLXSW_REG_PSPA_LEN]; in mlxsw_sx_port_swid_set() local
239 mlxsw_reg_pspa_pack(pspa_pl, swid, mlxsw_sx_port->local_port); in mlxsw_sx_port_swid_set()
240 return mlxsw_reg_write(mlxsw_sx->core, MLXSW_REG(pspa), pspa_pl); in mlxsw_sx_port_swid_set()
Dspectrum.c651 char pspa_pl[MLXSW_REG_PSPA_LEN]; in mlxsw_sp_port_swid_set() local
653 mlxsw_reg_pspa_pack(pspa_pl, swid, mlxsw_sp_port->local_port); in mlxsw_sp_port_swid_set()
654 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(pspa), pspa_pl); in mlxsw_sp_port_swid_set()