Searched refs:modify_cmds (Results 1 – 4 of 4) sorted by relevance
640 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()
1229 struct mlx5_hlist *modify_cmds; member
5829 struct mlx5_hlist *modify_cmds; in flow_dv_modify_hdr_resource_register() local5832 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()
9464 h = sh->modify_cmds; in mlx5_flow_dev_dump_sh_all()