Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_os.c640 if (sh->modify_cmds) { in mlx5_alloc_shared_dr()
641 mlx5_hlist_destroy(sh->modify_cmds); in mlx5_alloc_shared_dr()
642 sh->modify_cmds = NULL; in mlx5_alloc_shared_dr()
719 if (sh->modify_cmds) { in mlx5_os_free_shared_dr()
720 mlx5_hlist_destroy(sh->modify_cmds); in mlx5_os_free_shared_dr()
721 sh->modify_cmds = NULL; in mlx5_os_free_shared_dr()
/dpdk/drivers/net/mlx5/
H A Dmlx5.h1229 struct mlx5_hlist *modify_cmds; member
H A Dmlx5_flow_dv.c5829 struct mlx5_hlist *modify_cmds; in flow_dv_modify_hdr_resource_register() local
5832 modify_cmds = flow_dv_hlist_prepare(sh, &sh->modify_cmds, in flow_dv_modify_hdr_resource_register()
5842 if (unlikely(!modify_cmds)) in flow_dv_modify_hdr_resource_register()
5851 entry = mlx5_hlist_register(modify_cmds, key64, &ctx); in flow_dv_modify_hdr_resource_register()
14450 return mlx5_hlist_unregister(priv->sh->modify_cmds, &entry->entry); in flow_dv_modify_hdr_resource_release()
H A Dmlx5_flow.c9464 h = sh->modify_cmds; in mlx5_flow_dev_dump_sh_all()