qm_cqc
struct qm_cqc cqc;
dump_show(qm, &cqc, sizeof(struct qm_cqc), name);
memcpy(&cqc, qm->cqc + qp_id, sizeof(struct qm_cqc));
dump_show(qm, &cqc, sizeof(struct qm_cqc), "SOFT CQC");
struct qm_cqc cqc = {0};
struct qm_cqc cqc;
struct qm_cqc *cqc;
QMC_ALIGN(sizeof(struct qm_cqc));
QMC_ALIGN(sizeof(struct qm_cqc) * qm->qp_num);
size = sizeof(struct qm_cqc);
struct qm_cqc *cqc;
struct qm_cqc *cqc;