Searched refs:dr_cq (Results 1 – 1 of 1) sorted by relevance
190 static int dr_parse_cqe(struct mlx5dr_cq *dr_cq, struct mlx5_cqe64 *cqe64) in dr_parse_cqe() argument198 (dr_cq->qp->sq.wqe_cnt - 1); in dr_parse_cqe()199 dr_cq->qp->sq.cc = dr_cq->qp->sq.wqe_head[idx] + 1; in dr_parse_cqe()201 ++dr_cq->qp->sq.cc; in dr_parse_cqe()204 (dr_cq->qp->sq.wqe_cnt - 1); in dr_parse_cqe()205 dr_cq->qp->sq.cc = dr_cq->qp->sq.wqe_head[idx] + 1; in dr_parse_cqe()213 static int dr_cq_poll_one(struct mlx5dr_cq *dr_cq) in dr_cq_poll_one() argument218 cqe64 = mlx5_cqwq_get_cqe(&dr_cq->wq); in dr_cq_poll_one()220 if (unlikely(dr_cq->mdev->state == in dr_cq_poll_one()222 mlx5_core_dbg_once(dr_cq->mdev, in dr_cq_poll_one()[all …]