qm_cqe
struct qm_cqe *cqe_curr;
dump_show(qm, cqe_curr, sizeof(struct qm_cqe), name);
struct qm_cqe *cqe = qp->cqe + qp->qp_status.cq_head;
memset(qp->cqe, 0, sizeof(struct qm_cqe) * qp->cq_depth);
struct qm_cqe *cqe = qp->cqe + qp->qp_status.cq_head;
sizeof(struct qm_cqe) * cq_depth + PAGE_SIZE) >>
qp_dma_size = qm->sqe_size * sq_depth + sizeof(struct qm_cqe) * cq_depth;
struct qm_cqe *cqe;