Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c276 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()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5.h744 struct mlx5_hlist *modify_cmds; member
H A Dmlx5_flow_dv.c4546 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()