| /dpdk/lib/net/ |
| H A D | rte_l2tpv2.h | 135 rte_be16_t tunnel_id; /**< tunnel ID(16) */ member 148 rte_be16_t tunnel_id; /**< tunnel ID(16) */ member 163 rte_be16_t tunnel_id; /**< tunnel ID(16) */ member 175 rte_be16_t tunnel_id; /**< tunnel ID(16) */ member 185 rte_be16_t tunnel_id; /**< tunnel ID(16) */ member 195 rte_be16_t tunnel_id; /**< tunnel ID(16) */ member 206 rte_be16_t tunnel_id; /**< tunnel ID(16) */ member 214 rte_be16_t tunnel_id; /**< tunnel ID(16) */ member
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_verbs.c | 782 vxlan.val.tunnel_id = id.vlan_id; in flow_verbs_translate_item_vxlan() 784 vxlan.mask.tunnel_id = id.vlan_id; in flow_verbs_translate_item_vxlan() 786 vxlan.val.tunnel_id &= vxlan.mask.tunnel_id; in flow_verbs_translate_item_vxlan() 824 vxlan_gpe.val.tunnel_id = id.vlan_id; in flow_verbs_translate_item_vxlan_gpe() 826 vxlan_gpe.mask.tunnel_id = id.vlan_id; in flow_verbs_translate_item_vxlan_gpe() 828 vxlan_gpe.val.tunnel_id &= vxlan_gpe.mask.tunnel_id; in flow_verbs_translate_item_vxlan_gpe()
|
| H A D | mlx5_flow.h | 913 uint32_t tunnel_id; /** unique tunnel ID */ member 935 uint32_t tunnel_id; member 954 uint32_t tunnel_id; member 1014 uint32_t tunnel_id; /**< Tunnel id */ member
|
| H A D | mlx5_flow.c | 7054 flow->tunnel_id = tunnel->tunnel_id; in flow_list_create() 10175 return tbl.tunnel_id != tte->tunnel_id || tbl.group != tte->group; in mlx5_flow_tunnel_grp2tbl_match_cb() 10205 tte->tunnel_id = tbl.tunnel_id; in mlx5_flow_tunnel_grp2tbl_create_cb() 10246 .tunnel_id = tunnel ? tunnel->tunnel_id : 0, in tunnel_flow_group_to_flow_table() 10277 dev->data->port_id, tunnel->tunnel_id); in mlx5_flow_tunnel_free() 10281 mlx5_ipool_free(ipool, tunnel->tunnel_id); in mlx5_flow_tunnel_free() 10316 uint32_t tunnel_id; member 10327 return tunnel->tunnel_id == ctx->tunnel_id; in find_tunnel_id_match() 10343 .tunnel_id = id, in mlx5_find_tunnel_id() 10383 tunnel->tunnel_id = id; in mlx5_flow_tunnel_allocate() [all …]
|
| H A D | mlx5_flow_dv.c | 10699 tunnel ? tunnel->tunnel_id : 0, group_id); in flow_dv_tbl_resource_get() 10721 .tunnel_id = tbl_data->tunnel ? in flow_dv_tbl_remove_cb() 10722 tbl_data->tunnel->tunnel_id : 0, in flow_dv_tbl_remove_cb() 10741 tbl_data->tunnel->tunnel_id : 0, in flow_dv_tbl_remove_cb()
|
| /dpdk/lib/ethdev/ |
| H A D | rte_eth_ctrl.h | 264 uint32_t tunnel_id; member
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_ethdev.h | 524 uint32_t tunnel_id; /* port tag id for e-tag */ member
|
| H A D | txgbe_ethdev.c | 4755 l2_tunnel->tunnel_id)) { in txgbe_e_tag_filter_del() 4790 rar_low = l2_tunnel->tunnel_id; in txgbe_e_tag_filter_add() 4879 key.tn_id = l2_tunnel->tunnel_id; in txgbe_dev_l2_tunnel_filter_add() 4932 key.tn_id = l2_tunnel->tunnel_id; in txgbe_dev_l2_tunnel_filter_del() 5142 l2_tn_conf.tunnel_id = node->key.tn_id; in txgbe_l2_tn_filter_restore() 5244 l2_tn_conf.tunnel_id = l2_tn_filter->key.tn_id; in txgbe_clear_all_l2_tn_filter()
|
| H A D | txgbe_flow.c | 1223 filter->tunnel_id = rte_be_to_cpu_16(e_tag_spec->rsvd_grp_ecid_b); in cons_parse_l2_tn_filter()
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_ethdev.h | 679 uint32_t tunnel_id; /* port tag id for e-tag */ member
|
| H A D | ixgbe_ethdev.c | 7387 l2_tunnel->tunnel_id)) { in ixgbe_e_tag_filter_del() 7427 rar_low = l2_tunnel->tunnel_id; in ixgbe_e_tag_filter_add() 7517 key.tn_id = l2_tunnel->tunnel_id; in ixgbe_dev_l2_tunnel_filter_add() 7571 key.tn_id = l2_tunnel->tunnel_id; in ixgbe_dev_l2_tunnel_filter_del() 7989 l2_tn_conf.tunnel_id = node->key.tn_id; in ixgbe_l2_tn_filter_restore() 8097 l2_tn_conf.tunnel_id = l2_tn_filter->key.tn_id; in ixgbe_clear_all_l2_tn_filter()
|
| H A D | ixgbe_flow.c | 1267 filter->tunnel_id = rte_be_to_cpu_16(e_tag_spec->rsvd_grp_ecid_b); in cons_parse_l2_tn_filter()
|
| /dpdk/app/test-pmd/ |
| H A D | testpmd.h | 980 void port_flow_tunnel_destroy(portid_t port_id, uint32_t tunnel_id);
|
| H A D | cmdline_flow.c | 4814 hdr.type7.tunnel_id)), 4847 hdr.type6.tunnel_id)), 4871 hdr.type5.tunnel_id)), 4913 hdr.type4.tunnel_id)), 4956 hdr.type3.tunnel_id)), 5008 hdr.type3.tunnel_id)),
|
| H A D | config.c | 1404 void port_flow_tunnel_destroy(portid_t port_id, uint32_t tunnel_id) in port_flow_tunnel_destroy() argument 1410 if (flt->id == tunnel_id) in port_flow_tunnel_destroy() 1417 port_id, tunnel_id); in port_flow_tunnel_destroy()
|
| H A D | cmdline.c | 10769 cmdline_fixed_string_t tunnel_id; member 10891 tunnel_id, "tunnel-id");
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 3455 flow tunnel destroy {port_id} id {tunnel_id} 3679 flow tunnel destroy {port_id} id {tunnel_id} 3734 [tunnel_set {tunnel_id}] [tunnel_match {tunnel_id}] 3828 - ``tunnel_set {tunnel_id}``: mark rule as tunnel offload decap_set type. 3829 - ``tunnel_match {tunnel_id}``: mark rule as tunnel offload match type. 4155 - ``tunnel_id {unsigned}``: L2TPv2 tunnel identifier.
|
| /dpdk/drivers/net/bnxt/ |
| H A D | hsi_struct_def_dpdk.h | 42995 uint32_t tunnel_id; member 44399 uint32_t tunnel_id; member 45251 uint32_t tunnel_id; member
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 1636 - ``tunnel_id``: identifier for the control connection.
|