Home
last modified time | relevance | path

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

/linux/include/linux/
A Dnvme-tcp.h149 struct nvme_completion cqe;
A Dnvme-fc.h79 struct nvme_completion cqe;
A Dnvme.h2018 struct nvme_completion { struct
/linux/drivers/nvme/host/
A Dapple.c135 struct nvme_completion *cqes;
571 struct nvme_completion *hcqe = &q->cqes[q->cq_head]; in apple_nvme_cqe_pending()
589 struct nvme_completion *cqe = &q->cqes[idx]; in apple_nvme_handle_cqe()
977 memset(q->cqes, 0, depth * sizeof(struct nvme_completion)); in apple_nvme_init_queue()
1301 depth * sizeof(struct nvme_completion), in apple_nvme_queue_alloc()
A Drdma.c445 sizeof(struct nvme_completion), DMA_FROM_DEVICE); in nvme_rdma_destroy_queue_ib()
516 sizeof(struct nvme_completion), DMA_FROM_DEVICE); in nvme_rdma_create_queue_ib()
559 sizeof(struct nvme_completion), DMA_FROM_DEVICE); in nvme_rdma_create_queue_ib()
1637 list.length = sizeof(struct nvme_completion); in nvme_rdma_post_recv()
1698 struct nvme_completion *cqe, struct ib_wc *wc) in nvme_rdma_process_nvme_rsp()
1747 struct nvme_completion *cqe = qe->data; in nvme_rdma_recv_done()
1748 const size_t len = sizeof(struct nvme_completion); in nvme_rdma_recv_done()
A Dpci.c36 #define CQ_SIZE(q) ((q)->q_depth * sizeof(struct nvme_completion))
195 struct nvme_completion *cqes;
992 struct nvme_completion *hcqe = &nvmeq->cqes[nvmeq->cq_head]; in nvme_cqe_pending()
1016 struct nvme_completion *cqe = &nvmeq->cqes[idx]; in nvme_handle_cqe()
A Dtcp.c599 struct nvme_completion *cqe) in nvme_tcp_process_nvme_cqe()
661 struct nvme_completion *cqe = &pdu->cqe; in nvme_tcp_handle_comp()
A Dfc.c1934 struct nvme_completion *cqe = &op->rsp_iu.cqe; in nvme_fc_fcpio_done()
/linux/drivers/nvme/target/
A Dloop.c21 struct nvme_completion cqe;
95 struct nvme_completion *cqe = req->cqe; in nvme_loop_queue_response()
A Dpassthru.c158 id->iorcsz = cpu_to_le32(sizeof(struct nvme_completion) / 16); in nvmet_passthru_override_id_ctrl()
A Dnvmet.h370 struct nvme_completion *cqe;
A Dadmin-cmd.c466 id->iorcsz = cpu_to_le32(sizeof(struct nvme_completion) / 16); in nvmet_execute_identify_ctrl()
A Dfc.c2155 struct nvme_completion *cqe = &ersp->cqe; in nvmet_fc_prep_fcp_rsp()
2461 struct nvme_completion *cqe = &fod->rspiubuf.cqe; in __nvmet_fc_fcp_nvme_cmd_done()

Completed in 109 milliseconds