Searched refs:rtdp_pl (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ipip.c | 190 char rtdp_pl[MLXSW_REG_RTDP_LEN]; in mlxsw_sp_ipip_decap_config_gre4() local 201 mlxsw_reg_rtdp_pack(rtdp_pl, MLXSW_REG_RTDP_TYPE_IPIP, tunnel_index); in mlxsw_sp_ipip_decap_config_gre4() 202 mlxsw_reg_rtdp_egress_router_interface_set(rtdp_pl, ul_rif_id); in mlxsw_sp_ipip_decap_config_gre4() 215 mlxsw_reg_rtdp_ipip4_pack(rtdp_pl, rif_index, in mlxsw_sp_ipip_decap_config_gre4() 219 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(rtdp), rtdp_pl); in mlxsw_sp_ipip_decap_config_gre4() 491 char rtdp_pl[MLXSW_REG_RTDP_LEN]; in mlxsw_sp2_ipip_decap_config_gre6() local 501 mlxsw_reg_rtdp_pack(rtdp_pl, MLXSW_REG_RTDP_TYPE_IPIP, tunnel_index); in mlxsw_sp2_ipip_decap_config_gre6() 502 mlxsw_reg_rtdp_egress_router_interface_set(rtdp_pl, ul_rif_id); in mlxsw_sp2_ipip_decap_config_gre6() 514 mlxsw_reg_rtdp_ipip6_pack(rtdp_pl, rif_index, in mlxsw_sp2_ipip_decap_config_gre6() 519 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(rtdp), rtdp_pl); in mlxsw_sp2_ipip_decap_config_gre6()
|
D | spectrum_nve_vxlan.c | 223 char rtdp_pl[MLXSW_REG_RTDP_LEN]; in mlxsw_sp1_nve_vxlan_rtdp_set() local 225 mlxsw_reg_rtdp_pack(rtdp_pl, MLXSW_REG_RTDP_TYPE_NVE, tunnel_index); in mlxsw_sp1_nve_vxlan_rtdp_set() 227 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(rtdp), rtdp_pl); in mlxsw_sp1_nve_vxlan_rtdp_set() 403 char rtdp_pl[MLXSW_REG_RTDP_LEN]; in mlxsw_sp2_nve_vxlan_rtdp_set() local 405 mlxsw_reg_rtdp_pack(rtdp_pl, MLXSW_REG_RTDP_TYPE_NVE, tunnel_index); in mlxsw_sp2_nve_vxlan_rtdp_set() 406 mlxsw_reg_rtdp_egress_router_interface_set(rtdp_pl, ul_rif_index); in mlxsw_sp2_nve_vxlan_rtdp_set() 408 return mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(rtdp), rtdp_pl); in mlxsw_sp2_nve_vxlan_rtdp_set()
|