Searched refs:spvtr_pl (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_nve_vxlan.c | 275 char spvtr_pl[MLXSW_REG_SPVTR_LEN]; in mlxsw_sp2_nve_vxlan_config_set() local 296 mlxsw_reg_spvtr_pack(spvtr_pl, true, MLXSW_REG_TUNNEL_PORT_NVE, in mlxsw_sp2_nve_vxlan_config_set() 298 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvtr), spvtr_pl); in mlxsw_sp2_nve_vxlan_config_set() 309 mlxsw_reg_spvtr_pack(spvtr_pl, true, MLXSW_REG_TUNNEL_PORT_NVE, in mlxsw_sp2_nve_vxlan_config_set() 311 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvtr), spvtr_pl); in mlxsw_sp2_nve_vxlan_config_set() 324 char spvtr_pl[MLXSW_REG_SPVTR_LEN]; in mlxsw_sp2_nve_vxlan_config_clear() local 327 mlxsw_reg_spvtr_pack(spvtr_pl, true, MLXSW_REG_TUNNEL_PORT_NVE, in mlxsw_sp2_nve_vxlan_config_clear() 329 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvtr), spvtr_pl); in mlxsw_sp2_nve_vxlan_config_clear()
|