Searched refs:spvtr_pl (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_nve_vxlan.c | 338 char spvtr_pl[MLXSW_REG_SPVTR_LEN]; in mlxsw_sp2_nve_vxlan_config_set() local 359 mlxsw_reg_spvtr_pack(spvtr_pl, true, MLXSW_REG_TUNNEL_PORT_NVE, in mlxsw_sp2_nve_vxlan_config_set() 361 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvtr), spvtr_pl); in mlxsw_sp2_nve_vxlan_config_set() 372 mlxsw_reg_spvtr_pack(spvtr_pl, true, MLXSW_REG_TUNNEL_PORT_NVE, in mlxsw_sp2_nve_vxlan_config_set() 374 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvtr), spvtr_pl); in mlxsw_sp2_nve_vxlan_config_set() 387 char spvtr_pl[MLXSW_REG_SPVTR_LEN]; in mlxsw_sp2_nve_vxlan_config_clear() local 390 mlxsw_reg_spvtr_pack(spvtr_pl, true, MLXSW_REG_TUNNEL_PORT_NVE, in mlxsw_sp2_nve_vxlan_config_clear() 392 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvtr), spvtr_pl); in mlxsw_sp2_nve_vxlan_config_clear()
|