Home
last modified time | relevance | path

Searched refs:nvme_completion (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/nvme/host/
Dpci.c54 #define CQ_SIZE(depth) (depth * sizeof(struct nvme_completion))
116 volatile struct nvme_completion *cqes;
152 struct nvme_completion *);
282 struct nvme_completion *cqe) in special_completion()
314 struct nvme_completion *cqe) in async_req_completion()
334 struct nvme_completion *cqe) in abort_completion()
348 struct nvme_completion *cqe) in async_completion()
590 struct nvme_completion *cqe) in req_completion()
957 struct nvme_completion cqe = nvmeq->cqes[head]; in __nvme_process_cq()
1008 struct nvme_completion cqe = nvmeq->cqes[nvmeq->cq_head]; in nvme_irq_check()
[all …]
/linux-4.4.14/include/linux/
Dnvme.h589 struct nvme_completion { struct