Searched refs:spvid_pl (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_nve_vxlan.c | 324 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()
|
D | spectrum.c | 505 char spvid_pl[MLXSW_REG_SPVID_LEN]; in __mlxsw_sp_port_pvid_set() local 513 mlxsw_reg_spvid_pack(spvid_pl, mlxsw_sp_port->local_port, vid, in __mlxsw_sp_port_pvid_set() 516 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvid), spvid_pl); in __mlxsw_sp_port_pvid_set()
|