Home
last modified time | relevance | path

Searched refs:rtdp_pl (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_nve_vxlan.c160 char rtdp_pl[MLXSW_REG_RTDP_LEN]; in mlxsw_sp1_nve_vxlan_rtdp_set() local
162 mlxsw_reg_rtdp_pack(rtdp_pl, MLXSW_REG_RTDP_TYPE_NVE, tunnel_index); in mlxsw_sp1_nve_vxlan_rtdp_set()
164 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(rtdp), rtdp_pl); in mlxsw_sp1_nve_vxlan_rtdp_set()
340 char rtdp_pl[MLXSW_REG_RTDP_LEN]; in mlxsw_sp2_nve_vxlan_rtdp_set() local
342 mlxsw_reg_rtdp_pack(rtdp_pl, MLXSW_REG_RTDP_TYPE_NVE, tunnel_index); in mlxsw_sp2_nve_vxlan_rtdp_set()
343 mlxsw_reg_rtdp_egress_router_interface_set(rtdp_pl, ul_rif_index); in mlxsw_sp2_nve_vxlan_rtdp_set()
345 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(rtdp), rtdp_pl); in mlxsw_sp2_nve_vxlan_rtdp_set()
Dspectrum_ipip.c153 char rtdp_pl[MLXSW_REG_RTDP_LEN]; in mlxsw_sp_ipip_decap_config_gre4() local
164 mlxsw_reg_rtdp_pack(rtdp_pl, MLXSW_REG_RTDP_TYPE_IPIP, tunnel_index); in mlxsw_sp_ipip_decap_config_gre4()
165 mlxsw_reg_rtdp_egress_router_interface_set(rtdp_pl, ul_rif_id); in mlxsw_sp_ipip_decap_config_gre4()
178 mlxsw_reg_rtdp_ipip4_pack(rtdp_pl, rif_index, in mlxsw_sp_ipip_decap_config_gre4()
182 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(rtdp), rtdp_pl); in mlxsw_sp_ipip_decap_config_gre4()