Searched refs:modify_cmds (Results 1 – 3 of 3) sorted by relevance
276 sh->modify_cmds = mlx5_hlist_create(s, MLX5_FLOW_HDR_MODIFY_HTABLE_SZ, in mlx5_alloc_shared_dr()282 if (!sh->modify_cmds) { in mlx5_alloc_shared_dr()287 sh->modify_cmds->ctx = sh; in mlx5_alloc_shared_dr()381 if (sh->modify_cmds) { in mlx5_alloc_shared_dr()382 mlx5_hlist_destroy(sh->modify_cmds); in mlx5_alloc_shared_dr()383 sh->modify_cmds = NULL; in mlx5_alloc_shared_dr()443 if (sh->modify_cmds) { in mlx5_os_free_shared_dr()444 mlx5_hlist_destroy(sh->modify_cmds); in mlx5_os_free_shared_dr()445 sh->modify_cmds = NULL; in mlx5_os_free_shared_dr()
744 struct mlx5_hlist *modify_cmds; member
4546 entry = mlx5_hlist_register(sh->modify_cmds, resource->entry.key, &ctx); in flow_dv_modify_hdr_resource_register()10951 return mlx5_hlist_unregister(priv->sh->modify_cmds, &entry->entry); in flow_dv_modify_hdr_resource_release()