Lines Matching refs:nvmet_rdma_cmd
42 struct nvmet_rdma_cmd { struct
62 struct nvmet_rdma_cmd *cmd; argument
102 struct nvmet_rdma_cmd *cmds;
127 struct nvmet_rdma_cmd *cmds;
257 struct nvmet_rdma_cmd *c) in nvmet_rdma_free_inline_pages()
279 struct nvmet_rdma_cmd *c) in nvmet_rdma_alloc_inline_pages()
322 struct nvmet_rdma_cmd *c, bool admin) in nvmet_rdma_alloc_cmd()
359 struct nvmet_rdma_cmd *c, bool admin) in nvmet_rdma_free_cmd()
368 static struct nvmet_rdma_cmd *
372 struct nvmet_rdma_cmd *cmds; in nvmet_rdma_alloc_cmds()
375 cmds = kcalloc(nr_cmds, sizeof(struct nvmet_rdma_cmd), GFP_KERNEL); in nvmet_rdma_alloc_cmds()
396 struct nvmet_rdma_cmd *cmds, int nr_cmds, bool admin) in nvmet_rdma_free_cmds()
502 struct nvmet_rdma_cmd *cmd) in nvmet_rdma_post_recv()
1010 struct nvmet_rdma_cmd *cmd = in nvmet_rdma_recv_done()
1011 container_of(wc->wr_cqe, struct nvmet_rdma_cmd, cqe); in nvmet_rdma_recv_done()