Searched refs:app_tunnel (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_tun.c | 14 struct rte_flow_tunnel *app_tunnel, in ulp_app_tun_search_entry() argument 31 if (!memcmp(&tun_ent_list[i].app_tunnel, in ulp_app_tun_search_entry() 32 app_tunnel, in ulp_app_tun_search_entry() 42 memcpy(&tun_ent_list[free_entry].app_tunnel, app_tunnel, in ulp_app_tun_search_entry()
|
| H A D | ulp_tun.h | 29 struct rte_flow_tunnel app_tunnel; member 38 struct rte_flow_tunnel *app_tunnel,
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow.c | 813 struct rte_flow_tunnel *app_tunnel, 819 struct rte_flow_tunnel *app_tunnel, 10116 dev->data->port_id, tunnel->app_tunnel.type, in flow_tunnel_add_default_miss() 10354 const struct rte_flow_tunnel *app_tunnel) in mlx5_flow_tunnel_allocate() argument 10382 memcpy(&tunnel->app_tunnel, app_tunnel, sizeof(*app_tunnel)); in mlx5_flow_tunnel_allocate() 10400 const struct rte_flow_tunnel *app_tunnel; member 10410 return !memcmp(ctx->app_tunnel, &tunnel->app_tunnel, in get_tunnel_match() 10411 sizeof(*ctx->app_tunnel)); in get_tunnel_match() 10447 .app_tunnel = app_tunnel, in mlx5_get_flow_tunnel() 10537 struct rte_flow_tunnel *app_tunnel, in mlx5_flow_tunnel_decap_set() argument [all …]
|
| H A D | mlx5_flow.h | 912 struct rte_flow_tunnel app_tunnel; /** app tunnel copy */ member
|