Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dnvme-tcp.h151 struct nvme_completion cqe;
H A Dnvme-fc.h79 struct nvme_completion cqe;
H A Dnvme.h2159 struct nvme_completion { struct
/linux-6.15/drivers/nvme/host/
H 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()
978 memset(q->cqes, 0, depth * sizeof(struct nvme_completion)); in apple_nvme_init_queue()
1312 depth * sizeof(struct nvme_completion), in apple_nvme_queue_alloc()
H 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()
1630 list.length = sizeof(struct nvme_completion); in nvme_rdma_post_recv()
1691 struct nvme_completion *cqe, struct ib_wc *wc) in nvme_rdma_process_nvme_rsp()
1740 struct nvme_completion *cqe = qe->data; in nvme_rdma_recv_done()
1741 const size_t len = sizeof(struct nvme_completion); in nvme_rdma_recv_done()
H A Dpci.c35 #define CQ_SIZE(q) ((q)->q_depth * sizeof(struct nvme_completion))
198 struct nvme_completion *cqes;
1083 struct nvme_completion *hcqe = &nvmeq->cqes[nvmeq->cq_head]; in nvme_cqe_pending()
1107 struct nvme_completion *cqe = &nvmeq->cqes[idx]; in nvme_handle_cqe()
H A Dtcp.c614 struct nvme_completion *cqe) in nvme_tcp_process_nvme_cqe()
676 struct nvme_completion *cqe = &pdu->cqe; in nvme_tcp_handle_comp()
H A Dfc.c1892 struct nvme_completion *cqe = &op->rsp_iu.cqe; in nvme_fc_fcpio_done()
/linux-6.15/drivers/nvme/target/
H A Dloop.c21 struct nvme_completion cqe;
95 struct nvme_completion *cqe = req->cqe; in nvme_loop_queue_response()
H A Dpci-epf.c126 struct nvme_completion cqe;
1287 cq->qes = sizeof(struct nvme_completion); in nvmet_pci_epf_create_cq()
1749 struct nvme_completion *cqe; in nvmet_pci_epf_cq_work()
1859 if (ctrl->io_cqes < sizeof(struct nvme_completion)) { in nvmet_pci_epf_enable_ctrl()
1861 ctrl->io_sqes, sizeof(struct nvme_completion)); in nvmet_pci_epf_enable_ctrl()
H A Dpassthru.c158 id->iorcsz = cpu_to_le32(sizeof(struct nvme_completion) / 16); in nvmet_passthru_override_id_ctrl()
H A Dnvmet.h444 struct nvme_completion *cqe;
H A Dfc.c2121 struct nvme_completion *cqe = &ersp->cqe; in nvmet_fc_prep_fcp_rsp()
2427 struct nvme_completion *cqe = &fod->rspiubuf.cqe; in __nvmet_fc_fcp_nvme_cmd_done()
H A Dadmin-cmd.c777 id->iorcsz = cpu_to_le32(sizeof(struct nvme_completion) / 16); in nvmet_execute_identify_ctrl()