Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c677 struct mlx5dv_cq *cq_out) in mlx5dv_get_cq() argument
682 cq_out->comp_mask = 0; in mlx5dv_get_cq()
683 cq_out->cqn = mcq->cqn; in mlx5dv_get_cq()
684 cq_out->cqe_cnt = mcq->ibv_cq.cqe + 1; in mlx5dv_get_cq()
685 cq_out->cqe_size = mcq->cqe_sz; in mlx5dv_get_cq()
686 cq_out->buf = mcq->active_buf->buf; in mlx5dv_get_cq()
687 cq_out->dbrec = mcq->dbrec; in mlx5dv_get_cq()
688 cq_out->uar = mctx->uar; in mlx5dv_get_cq()