Lines Matching refs:nvme_command
173 return queue->cmnd_capsule_len - sizeof(struct nvme_command); in nvme_rdma_inline_data_size()
303 req->sqe.data = kzalloc(sizeof(struct nvme_command), GFP_KERNEL); in nvme_rdma_init_request()
588 queue->cmnd_capsule_len = sizeof(struct nvme_command); in nvme_rdma_alloc_queue()
774 sizeof(struct nvme_command), DMA_TO_DEVICE); in nvme_rdma_destroy_admin_queue()
807 sizeof(struct nvme_command), DMA_TO_DEVICE); in nvme_rdma_configure_admin_queue()
856 sizeof(struct nvme_command), DMA_TO_DEVICE); in nvme_rdma_configure_admin_queue()
1253 static int nvme_rdma_set_sg_null(struct nvme_command *c) in nvme_rdma_set_sg_null()
1265 struct nvme_rdma_request *req, struct nvme_command *c, in nvme_rdma_map_sg_inline()
1291 struct nvme_rdma_request *req, struct nvme_command *c) in nvme_rdma_map_sg_single()
1303 struct nvme_rdma_request *req, struct nvme_command *c, in nvme_rdma_map_sg_fr()
1350 struct nvme_command *cmd, struct ib_sig_domain *domain, in nvme_rdma_set_sig_domain()
1368 struct nvme_command *cmd, struct ib_sig_attrs *sig_attrs, in nvme_rdma_set_sig_attrs()
1391 static void nvme_rdma_set_prot_checks(struct nvme_command *cmd, u8 *mask) in nvme_rdma_set_prot_checks()
1407 struct nvme_rdma_request *req, struct nvme_command *c, in nvme_rdma_map_sg_pi()
1526 struct request *rq, struct nvme_command *c) in nvme_rdma_map_data()
1599 sge->length = sizeof(struct nvme_command); in nvme_rdma_post_send()
1669 struct nvme_command *cmd = sqe->data; in nvme_rdma_submit_async_event()
1958 struct nvme_command *cmd = req->req.cmd; in nvme_rdma_timeout()
2000 struct nvme_command *c = nvme_req(rq)->cmd; in nvme_rdma_queue_rq()
2014 sizeof(struct nvme_command), in nvme_rdma_queue_rq()
2021 sizeof(struct nvme_command), DMA_TO_DEVICE); in nvme_rdma_queue_rq()
2048 sizeof(struct nvme_command), DMA_TO_DEVICE); in nvme_rdma_queue_rq()
2068 ib_dma_unmap_single(dev, req->sqe.dma, sizeof(struct nvme_command), in nvme_rdma_queue_rq()
2121 ib_dma_unmap_single(ibdev, req->sqe.dma, sizeof(struct nvme_command), in nvme_rdma_complete_rq()