Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_nve_vxlan.c324 char spvid_pl[MLXSW_REG_SPVID_LEN] = {}; in mlxsw_sp2_nve_decap_ethertype_set() local
326 mlxsw_reg_spvid_tport_set(spvid_pl, true); in mlxsw_sp2_nve_decap_ethertype_set()
327 mlxsw_reg_spvid_local_port_set(spvid_pl, in mlxsw_sp2_nve_decap_ethertype_set()
329 mlxsw_reg_spvid_egr_et_set_set(spvid_pl, true); in mlxsw_sp2_nve_decap_ethertype_set()
330 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvid), spvid_pl); in mlxsw_sp2_nve_decap_ethertype_set()
Dspectrum.c428 char spvid_pl[MLXSW_REG_SPVID_LEN]; in __mlxsw_sp_port_pvid_set() local
436 mlxsw_reg_spvid_pack(spvid_pl, mlxsw_sp_port->local_port, vid, in __mlxsw_sp_port_pvid_set()
439 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvid), spvid_pl); in __mlxsw_sp_port_pvid_set()