Searched refs:spvtr_pl (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_nve_vxlan.c | 340 char spvtr_pl[MLXSW_REG_SPVTR_LEN]; in mlxsw_sp2_nve_vxlan_config_set() local 361 mlxsw_reg_spvtr_pack(spvtr_pl, true, MLXSW_REG_TUNNEL_PORT_NVE, in mlxsw_sp2_nve_vxlan_config_set() 363 err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvtr), spvtr_pl); in mlxsw_sp2_nve_vxlan_config_set() 374 mlxsw_reg_spvtr_pack(spvtr_pl, true, MLXSW_REG_TUNNEL_PORT_NVE, in mlxsw_sp2_nve_vxlan_config_set() 376 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvtr), spvtr_pl); in mlxsw_sp2_nve_vxlan_config_set() 389 char spvtr_pl[MLXSW_REG_SPVTR_LEN]; in mlxsw_sp2_nve_vxlan_config_clear() local 392 mlxsw_reg_spvtr_pack(spvtr_pl, true, MLXSW_REG_TUNNEL_PORT_NVE, in mlxsw_sp2_nve_vxlan_config_clear() 394 mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(spvtr), spvtr_pl); in mlxsw_sp2_nve_vxlan_config_clear()
|