Searched refs:spvid_pl (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| A D | spectrum_nve_vxlan.c | 261 char spvid_pl[MLXSW_REG_SPVID_LEN] = {}; in mlxsw_sp2_nve_decap_ethertype_set() local 263 mlxsw_reg_spvid_tport_set(spvid_pl, true); in mlxsw_sp2_nve_decap_ethertype_set() 264 mlxsw_reg_spvid_local_port_set(spvid_pl, in mlxsw_sp2_nve_decap_ethertype_set() 266 mlxsw_reg_spvid_egr_et_set_set(spvid_pl, true); in mlxsw_sp2_nve_decap_ethertype_set() 267 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvid), spvid_pl); in mlxsw_sp2_nve_decap_ethertype_set()
|
| A D | spectrum.c | 425 char spvid_pl[MLXSW_REG_SPVID_LEN]; in __mlxsw_sp_port_pvid_set() local 433 mlxsw_reg_spvid_pack(spvid_pl, mlxsw_sp_port->local_port, vid, in __mlxsw_sp_port_pvid_set() 436 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvid), spvid_pl); in __mlxsw_sp_port_pvid_set()
|
Completed in 15 milliseconds