Lines Matching refs:nvmet_rdma_rsp
60 struct nvmet_rdma_rsp {
102 struct nvmet_rdma_rsp *rsps;
166 static bool nvmet_rdma_execute_command(struct nvmet_rdma_rsp *rsp);
174 struct nvmet_rdma_rsp *r);
176 struct nvmet_rdma_rsp *r,
197 static inline bool nvmet_rdma_need_data_in(struct nvmet_rdma_rsp *rsp)
204 static inline bool nvmet_rdma_need_data_out(struct nvmet_rdma_rsp *rsp)
212 static inline struct nvmet_rdma_rsp *
215 struct nvmet_rdma_rsp *rsp = NULL;
240 nvmet_rdma_put_rsp(struct nvmet_rdma_rsp *rsp)
401 struct nvmet_rdma_rsp *r, int tag)
440 struct nvmet_rdma_rsp *r)
458 queue->rsps = kcalloc(nr_rsps, sizeof(struct nvmet_rdma_rsp),
464 struct nvmet_rdma_rsp *rsp = &queue->rsps[i];
518 struct nvmet_rdma_rsp *rsp;
522 struct nvmet_rdma_rsp, wait_list);
626 static int nvmet_rdma_rw_ctx_init(struct nvmet_rdma_rsp *rsp, u64 addr, u32 key,
646 static void nvmet_rdma_rw_ctx_destroy(struct nvmet_rdma_rsp *rsp)
661 static void nvmet_rdma_release_rsp(struct nvmet_rdma_rsp *rsp)
695 struct nvmet_rdma_rsp *rsp =
696 container_of(wc->wr_cqe, struct nvmet_rdma_rsp, send_cqe);
711 struct nvmet_rdma_rsp *rsp =
712 container_of(req, struct nvmet_rdma_rsp, req);
748 struct nvmet_rdma_rsp *rsp =
749 container_of(wc->wr_cqe, struct nvmet_rdma_rsp, read_cqe);
781 struct nvmet_rdma_rsp *rsp =
782 container_of(wc->wr_cqe, struct nvmet_rdma_rsp, write_cqe);
822 static void nvmet_rdma_use_inline_sg(struct nvmet_rdma_rsp *rsp, u32 len,
846 static u16 nvmet_rdma_map_sgl_inline(struct nvmet_rdma_rsp *rsp)
873 static u16 nvmet_rdma_map_sgl_keyed(struct nvmet_rdma_rsp *rsp,
909 static u16 nvmet_rdma_map_sgl(struct nvmet_rdma_rsp *rsp)
943 static bool nvmet_rdma_execute_command(struct nvmet_rdma_rsp *rsp)
968 struct nvmet_rdma_rsp *cmd)
999 struct nvmet_rdma_rsp *rsp)
1024 struct nvmet_rdma_rsp *rsp;
1642 struct nvmet_rdma_rsp *cmd;
1645 struct nvmet_rdma_rsp, wait_list);
1668 struct nvmet_rdma_rsp *rsp;
1671 struct nvmet_rdma_rsp,
2005 struct nvmet_rdma_rsp *rsp =
2006 container_of(req, struct nvmet_rdma_rsp, req);