Lines Matching refs:nvme_completion
49 #define CQ_SIZE(depth) (depth * sizeof(struct nvme_completion))
104 volatile struct nvme_completion *cqes;
140 struct nvme_completion *);
271 struct nvme_completion *cqe) in special_completion()
303 struct nvme_completion *cqe) in async_req_completion()
316 struct nvme_completion *cqe) in abort_completion()
330 struct nvme_completion *cqe) in async_completion()
588 struct nvme_completion *cqe) in req_completion()
919 struct nvme_completion cqe = nvmeq->cqes[head]; in nvme_process_cq()
972 struct nvme_completion cqe = nvmeq->cqes[nvmeq->cq_head]; in nvme_irq_check()
985 struct nvme_completion *cqe) in sync_completion()
1267 struct nvme_completion cqe; in nvme_cancel_queue_ios()