Home
last modified time | relevance | path

Searched refs:tag_table (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c265 sh->tag_table = mlx5_hlist_create(s, MLX5_TAGS_HLIST_ARRAY_SIZE, 0, in mlx5_alloc_shared_dr()
269 if (!sh->tag_table) { in mlx5_alloc_shared_dr()
274 sh->tag_table->ctx = sh; in mlx5_alloc_shared_dr()
385 if (sh->tag_table) { in mlx5_alloc_shared_dr()
387 mlx5_hlist_destroy(sh->tag_table); in mlx5_alloc_shared_dr()
388 sh->tag_table = NULL; in mlx5_alloc_shared_dr()
447 if (sh->tag_table) { in mlx5_os_free_shared_dr()
449 mlx5_hlist_destroy(sh->tag_table); in mlx5_os_free_shared_dr()
450 sh->tag_table = NULL; in mlx5_os_free_shared_dr()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h745 struct mlx5_hlist *tag_table; member
H A Dmlx5_flow_dv.c8336 entry = mlx5_hlist_register(priv->sh->tag_table, tag_be24, error); in flow_dv_tag_resource_register()
8384 return mlx5_hlist_unregister(priv->sh->tag_table, &tag->entry); in flow_dv_tag_release()