Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme-tcp.h141 struct nvme_completion cqe;
H A Dnvme-fc.h79 struct nvme_completion cqe;
H A Dnvme.h1582 struct nvme_completion { struct
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Drdma.c447 sizeof(struct nvme_completion), DMA_FROM_DEVICE); in nvme_rdma_destroy_queue_ib()
522 sizeof(struct nvme_completion), DMA_FROM_DEVICE); in nvme_rdma_create_queue_ib()
565 sizeof(struct nvme_completion), DMA_FROM_DEVICE); in nvme_rdma_create_queue_ib()
1686 list.length = sizeof(struct nvme_completion); in nvme_rdma_post_recv()
1747 struct nvme_completion *cqe, struct ib_wc *wc) in nvme_rdma_process_nvme_rsp()
1796 struct nvme_completion *cqe = qe->data; in nvme_rdma_recv_done()
1797 const size_t len = sizeof(struct nvme_completion); in nvme_rdma_recv_done()
H A Dpci.c34 #define CQ_SIZE(q) ((q)->q_depth * sizeof(struct nvme_completion))
195 struct nvme_completion *cqes;
979 struct nvme_completion *hcqe = &nvmeq->cqes[nvmeq->cq_head]; in nvme_cqe_pending()
1002 struct nvme_completion *cqe = &nvmeq->cqes[idx]; in nvme_handle_cqe()
H A Dtcp.c525 struct nvme_completion *cqe) in nvme_tcp_process_nvme_cqe()
582 struct nvme_completion *cqe = &pdu->cqe; in nvme_tcp_handle_comp()
H A Dfc.c1909 struct nvme_completion *cqe = &op->rsp_iu.cqe; in nvme_fc_fcpio_done()
/OK3568_Linux_fs/kernel/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 Dpassthru.c101 id->iorcsz = cpu_to_le32(sizeof(struct nvme_completion) / 16); in nvmet_passthru_override_id_ctrl()
H A Dnvmet.h314 struct nvme_completion *cqe;
H A Dadmin-cmd.c443 id->iorcsz = cpu_to_le32(sizeof(struct nvme_completion) / 16); in nvmet_execute_identify_ctrl()
H A Dfc.c2126 struct nvme_completion *cqe = &ersp->cqe; in nvmet_fc_prep_fcp_rsp()
2432 struct nvme_completion *cqe = &fod->rspiubuf.cqe; in __nvmet_fc_fcp_nvme_cmd_done()
/OK3568_Linux_fs/u-boot/drivers/nvme/
H A Dnvme.c20 #define NVME_CQ_SIZE(depth) (depth * sizeof(struct nvme_completion))
40 struct nvme_completion *cqes;
H A Dnvme.h522 struct nvme_completion { struct