Lines Matching refs:nvme_command
167 return queue->cmnd_capsule_len - sizeof(struct nvme_command); in nvme_rdma_inline_data_size()
297 req->sqe.data = kzalloc(sizeof(struct nvme_command), GFP_KERNEL); in nvme_rdma_init_request()
529 queue->cmnd_capsule_len = sizeof(struct nvme_command); in nvme_rdma_alloc_queue()
772 sizeof(struct nvme_command), DMA_TO_DEVICE); in nvme_rdma_destroy_admin_queue()
798 sizeof(struct nvme_command), DMA_TO_DEVICE); in nvme_rdma_configure_admin_queue()
854 sizeof(struct nvme_command), DMA_TO_DEVICE); in nvme_rdma_configure_admin_queue()
1168 static int nvme_rdma_set_sg_null(struct nvme_command *c) in nvme_rdma_set_sg_null()
1180 struct nvme_rdma_request *req, struct nvme_command *c, in nvme_rdma_map_sg_inline()
1205 struct nvme_rdma_request *req, struct nvme_command *c) in nvme_rdma_map_sg_single()
1217 struct nvme_rdma_request *req, struct nvme_command *c, in nvme_rdma_map_sg_fr()
1263 struct request *rq, struct nvme_command *c) in nvme_rdma_map_data()
1348 sge->length = sizeof(struct nvme_command), in nvme_rdma_post_send()
1418 struct nvme_command *cmd = sqe->data; in nvme_rdma_submit_async_event()
1738 struct nvme_command *c = sqe->data; in nvme_rdma_queue_rq()
1752 sizeof(struct nvme_command), in nvme_rdma_queue_rq()
1759 sizeof(struct nvme_command), DMA_TO_DEVICE); in nvme_rdma_queue_rq()
1778 sizeof(struct nvme_command), DMA_TO_DEVICE); in nvme_rdma_queue_rq()
1795 ib_dma_unmap_single(dev, req->sqe.dma, sizeof(struct nvme_command), in nvme_rdma_queue_rq()
1814 ib_dma_unmap_single(ibdev, req->sqe.dma, sizeof(struct nvme_command), in nvme_rdma_complete_rq()