Searched refs:thub (Results 1 – 2 of 2) sorted by relevance
10297 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 …]
10719 struct mlx5_flow_tunnel_hub *thub = sh->tunnel_hub; in flow_dv_tbl_remove_cb() local10732 thub->groups; in flow_dv_tbl_remove_cb()