Searched refs:cqe_umem (Results 1 – 2 of 2) sorted by relevance
58 if (cq->cqe_umem) { in regex_ctrl_destroy_cq()59 mlx5_glue->devx_umem_dereg(cq->cqe_umem); in regex_ctrl_destroy_cq()60 cq->cqe_umem = NULL; in regex_ctrl_destroy_cq()121 cq->cqe_umem = mlx5_glue->devx_umem_reg(priv->ctx, buf, in regex_ctrl_create_cq()125 if (!cq->cqe_umem) { in regex_ctrl_create_cq()132 attr.q_umem_id = mlx5_os_get_umem_id(cq->cqe_umem); in regex_ctrl_create_cq()144 if (cq->cqe_umem) in regex_ctrl_create_cq()145 mlx5_glue->devx_umem_dereg(cq->cqe_umem); in regex_ctrl_create_cq()
37 struct mlx5dv_devx_umem *cqe_umem; /* CQ buffer umem. */ member