Lines Matching refs:nvmet_rdma_cmd
41 struct nvmet_rdma_cmd { struct
61 struct nvmet_rdma_cmd *cmd; argument
101 struct nvmet_rdma_cmd *cmds;
126 struct nvmet_rdma_cmd *cmds;
256 struct nvmet_rdma_cmd *c) in nvmet_rdma_free_inline_pages()
278 struct nvmet_rdma_cmd *c) in nvmet_rdma_alloc_inline_pages()
321 struct nvmet_rdma_cmd *c, bool admin) in nvmet_rdma_alloc_cmd()
358 struct nvmet_rdma_cmd *c, bool admin) in nvmet_rdma_free_cmd()
367 static struct nvmet_rdma_cmd *
371 struct nvmet_rdma_cmd *cmds; in nvmet_rdma_alloc_cmds()
374 cmds = kcalloc(nr_cmds, sizeof(struct nvmet_rdma_cmd), GFP_KERNEL); in nvmet_rdma_alloc_cmds()
395 struct nvmet_rdma_cmd *cmds, int nr_cmds, bool admin) in nvmet_rdma_free_cmds()
501 struct nvmet_rdma_cmd *cmd) in nvmet_rdma_post_recv()
1009 struct nvmet_rdma_cmd *cmd = in nvmet_rdma_recv_done()
1010 container_of(wc->wr_cqe, struct nvmet_rdma_cmd, cqe); in nvmet_rdma_recv_done()