Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c10297 rte_spinlock_lock(&thub->sl); in mlx5_access_tunnel_offload_db()
10460 if (!thub) in mlx5_release_tunnel_hub()
10465 mlx5_free(thub); in mlx5_release_tunnel_hub()
10473 thub = mlx5_malloc(MLX5_MEM_SYS | MLX5_MEM_ZERO, sizeof(*thub), in mlx5_alloc_tunnel_hub()
10475 if (!thub) in mlx5_alloc_tunnel_hub()
10477 LIST_INIT(&thub->tunnels); in mlx5_alloc_tunnel_hub()
10486 if (!thub->groups) { in mlx5_alloc_tunnel_hub()
10490 sh->tunnel_hub = thub; in mlx5_alloc_tunnel_hub()
10495 if (thub->groups) in mlx5_alloc_tunnel_hub()
10497 if (thub) in mlx5_alloc_tunnel_hub()
[all …]
H A Dmlx5_flow_dv.c10719 struct mlx5_flow_tunnel_hub *thub = sh->tunnel_hub; in flow_dv_tbl_remove_cb() local
10732 thub->groups; in flow_dv_tbl_remove_cb()