Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c7605 if (!thub) in mlx5_release_tunnel_hub()
7610 mlx5_free(thub); in mlx5_release_tunnel_hub()
7618 thub = mlx5_malloc(MLX5_MEM_SYS | MLX5_MEM_ZERO, sizeof(*thub), in mlx5_alloc_tunnel_hub()
7620 if (!thub) in mlx5_alloc_tunnel_hub()
7622 LIST_INIT(&thub->tunnels); in mlx5_alloc_tunnel_hub()
7628 if (!thub->groups) { in mlx5_alloc_tunnel_hub()
7632 thub->groups->ctx = sh; in mlx5_alloc_tunnel_hub()
7633 sh->tunnel_hub = thub; in mlx5_alloc_tunnel_hub()
7638 if (thub->groups) in mlx5_alloc_tunnel_hub()
7640 if (thub) in mlx5_alloc_tunnel_hub()
[all …]
H A Dmlx5_flow_dv.c8114 struct mlx5_flow_tunnel_hub *thub = sh->tunnel_hub; in flow_dv_tbl_remove_cb() local
8127 thub->groups; in flow_dv_tbl_remove_cb()