Searched refs:tag_table (Results 1 – 3 of 3) sorted by relevance
265 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()
745 struct mlx5_hlist *tag_table; member
8336 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()