Home
last modified time | relevance | path

Searched refs:MLXSW_SP_L3_PROTO_IPV6 (Results 1 – 10 of 10) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ipip.c106 case MLXSW_SP_L3_PROTO_IPV6: in mlxsw_sp_ipip_netdev_saddr()
134 case MLXSW_SP_L3_PROTO_IPV6: in mlxsw_sp_ipip_netdev_daddr()
434 .ul_proto = MLXSW_SP_L3_PROTO_IPV6,
457 .proto = MLXSW_SP_L3_PROTO_IPV6, in mlxsw_sp2_ipip_netdev_parms_init_gre6()
533 mlxsw_sp_ipip_tunnel_complete(MLXSW_SP_L3_PROTO_IPV6, ol_dev); in mlxsw_sp2_ipip_can_offload_gre6()
549 .ul_protocol = MLXSW_SP_L3_PROTO_IPV6, in mlxsw_sp2_ipip_ol_loopback_config_gre6()
550 .saddr = mlxsw_sp_ipip_netdev_saddr(MLXSW_SP_L3_PROTO_IPV6, in mlxsw_sp2_ipip_ol_loopback_config_gre6()
585 .ul_proto = MLXSW_SP_L3_PROTO_IPV6,
Dspectrum1_mr_tcam.c46 case MLXSW_SP_L3_PROTO_IPV6: in mlxsw_sp1_mr_tcam_route_replace()
72 case MLXSW_SP_L3_PROTO_IPV6: in mlxsw_sp1_mr_tcam_route_remove()
313 &region[MLXSW_SP_L3_PROTO_IPV6], in mlxsw_sp1_mr_tcam_init()
330 mlxsw_sp1_mr_tcam_region_fini(&region[MLXSW_SP_L3_PROTO_IPV6]); in mlxsw_sp1_mr_tcam_fini()
Dspectrum2_mr_tcam.c28 case MLXSW_SP_L3_PROTO_IPV6: in mlxsw_sp2_mr_tcam_proto_ruleset()
115 MLXSW_SP_L3_PROTO_IPV6, in mlxsw_sp2_mr_tcam_ipv6_init()
200 case MLXSW_SP_L3_PROTO_IPV6: in mlxsw_sp2_mr_tcam_rule_parse()
Dspectrum_router_xm.c17 [MLXSW_SP_L3_PROTO_IPV6] = 0, /* Currently unused. */
168 case MLXSW_SP_L3_PROTO_IPV6: in mlxsw_sp_router_ll_xm_fib_entry_pack()
428 case MLXSW_SP_L3_PROTO_IPV6: in mlxsw_sp_router_xm_cache_flush_work()
768 mlxsw_sp_router_xm_m_val[MLXSW_SP_L3_PROTO_IPV6]); in mlxsw_sp_router_xm_init()
Dspectrum_nve_vxlan.c139 config->ul_proto = MLXSW_SP_L3_PROTO_IPV6; in mlxsw_sp_nve_vxlan_ul_proto_sip_config()
183 case MLXSW_SP_L3_PROTO_IPV6: in mlxsw_sp_nve_vxlan_config_prepare()
Dspectrum_router.c801 MLXSW_SP_L3_PROTO_IPV6); in mlxsw_sp_lpm_init()
806 mlxsw_sp->router->lpm.proto_trees[MLXSW_SP_L3_PROTO_IPV6] = lpm_tree; in mlxsw_sp_lpm_init()
822 lpm_tree = mlxsw_sp->router->lpm.proto_trees[MLXSW_SP_L3_PROTO_IPV6]; in mlxsw_sp_lpm_fini()
835 !!vr->mr_table[MLXSW_SP_L3_PROTO_IPV6]; in mlxsw_sp_vr_is_used()
921 case MLXSW_SP_L3_PROTO_IPV6: in mlxsw_sp_vr_fib()
945 fib6 = mlxsw_sp_fib_create(mlxsw_sp, vr, MLXSW_SP_L3_PROTO_IPV6); in mlxsw_sp_vr_create()
957 MLXSW_SP_L3_PROTO_IPV6); in mlxsw_sp_vr_create()
966 vr->mr_table[MLXSW_SP_L3_PROTO_IPV6] = mr6_table; in mlxsw_sp_vr_create()
982 mlxsw_sp_mr_table_destroy(vr->mr_table[MLXSW_SP_L3_PROTO_IPV6]); in mlxsw_sp_vr_destroy()
983 vr->mr_table[MLXSW_SP_L3_PROTO_IPV6] = NULL; in mlxsw_sp_vr_destroy()
[all …]
Dspectrum_nve.c184 [MLXSW_SP_L3_PROTO_IPV6] = &mlxsw_sp_nve_mc_record_ipv6_ops,
1111 mlxsw_sp->nve->num_max_mc_entries[MLXSW_SP_L3_PROTO_IPV6] = max; in mlxsw_sp_nve_resources_query()
Dspectrum.h709 MLXSW_SP_L3_PROTO_IPV6, enumerator
710 #define MLXSW_SP_L3_PROTO_MAX (MLXSW_SP_L3_PROTO_IPV6 + 1)
Dspectrum_switchdev.c1429 case MLXSW_SP_L3_PROTO_IPV6: in mlxsw_sp_port_fdb_tunnel_uc_op()
2560 *proto = MLXSW_SP_L3_PROTO_IPV6; in mlxsw_sp_switchdev_vxlan_addr_convert()
2574 case MLXSW_SP_L3_PROTO_IPV6: in mlxsw_sp_switchdev_addr_vxlan_convert()
Dspectrum_mr.c850 key->proto = MLXSW_SP_L3_PROTO_IPV6; in mlxsw_sp_mr_route6_key()