Lines Matching defs:cqe
96 struct nvme_completion cqe;
98 memset(&cqe, 0, sizeof(cqe));
99 cqe.cid = cid;
100 cqe.status = htole16(NVMEF(NVME_STATUS_SCT, NVME_SCT_PATH_RELATED) |
102 req->cb(req->cb_arg, &cqe);
177 const struct nvme_completion *cqe;
180 cqe = nvmf_capsule_cqe(nc);
189 cid = cqe->cid;
203 qp->sqhd = le16toh(cqe->sqhd);
249 req->cb(req->cb_arg, cqe);