Searched refs:spvid_pl (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_nve_vxlan.c | 326 char spvid_pl[MLXSW_REG_SPVID_LEN] = {}; in mlxsw_sp2_nve_decap_ethertype_set() local 328 mlxsw_reg_spvid_tport_set(spvid_pl, true); in mlxsw_sp2_nve_decap_ethertype_set() 329 mlxsw_reg_spvid_local_port_set(spvid_pl, in mlxsw_sp2_nve_decap_ethertype_set() 331 mlxsw_reg_spvid_egr_et_set_set(spvid_pl, true); in mlxsw_sp2_nve_decap_ethertype_set() 332 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvid), spvid_pl); in mlxsw_sp2_nve_decap_ethertype_set()
|
D | spectrum.c | 508 char spvid_pl[MLXSW_REG_SPVID_LEN]; in __mlxsw_sp_port_pvid_set() local 516 mlxsw_reg_spvid_pack(spvid_pl, mlxsw_sp_port->local_port, vid, in __mlxsw_sp_port_pvid_set() 519 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvid), spvid_pl); in __mlxsw_sp_port_pvid_set()
|