Lines Matching defs:nvmet_rdma_rsp

57 struct nvmet_rdma_rsp {
99 struct nvmet_rdma_rsp *rsps;
164 static bool nvmet_rdma_execute_command(struct nvmet_rdma_rsp *rsp);
172 struct nvmet_rdma_rsp *r);
174 struct nvmet_rdma_rsp *r);
194 static inline bool nvmet_rdma_need_data_in(struct nvmet_rdma_rsp *rsp)
201 static inline bool nvmet_rdma_need_data_out(struct nvmet_rdma_rsp *rsp)
209 static inline struct nvmet_rdma_rsp *
212 struct nvmet_rdma_rsp *rsp;
217 struct nvmet_rdma_rsp, free_list);
241 nvmet_rdma_put_rsp(struct nvmet_rdma_rsp *rsp)
406 struct nvmet_rdma_rsp *r)
444 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];
477 struct nvmet_rdma_rsp *rsp = &queue->rsps[i];
493 struct nvmet_rdma_rsp *rsp = &queue->rsps[i];
525 struct nvmet_rdma_rsp *rsp;
529 struct nvmet_rdma_rsp, wait_list);
633 static int nvmet_rdma_rw_ctx_init(struct nvmet_rdma_rsp *rsp, u64 addr, u32 key,
653 static void nvmet_rdma_rw_ctx_destroy(struct nvmet_rdma_rsp *rsp)
668 static void nvmet_rdma_release_rsp(struct nvmet_rdma_rsp *rsp)
702 struct nvmet_rdma_rsp *rsp =
703 container_of(wc->wr_cqe, struct nvmet_rdma_rsp, send_cqe);
718 struct nvmet_rdma_rsp *rsp =
719 container_of(req, struct nvmet_rdma_rsp, req);
755 struct nvmet_rdma_rsp *rsp =
756 container_of(wc->wr_cqe, struct nvmet_rdma_rsp, read_cqe);
788 struct nvmet_rdma_rsp *rsp =
789 container_of(wc->wr_cqe, struct nvmet_rdma_rsp, write_cqe);
829 static void nvmet_rdma_use_inline_sg(struct nvmet_rdma_rsp *rsp, u32 len,
853 static u16 nvmet_rdma_map_sgl_inline(struct nvmet_rdma_rsp *rsp)
880 static u16 nvmet_rdma_map_sgl_keyed(struct nvmet_rdma_rsp *rsp,
918 static u16 nvmet_rdma_map_sgl(struct nvmet_rdma_rsp *rsp)
952 static bool nvmet_rdma_execute_command(struct nvmet_rdma_rsp *rsp)
977 struct nvmet_rdma_rsp *cmd)
1013 struct nvmet_rdma_rsp *rsp;
1626 struct nvmet_rdma_rsp *cmd;
1629 struct nvmet_rdma_rsp, wait_list);
1652 struct nvmet_rdma_rsp *rsp;
1655 struct nvmet_rdma_rsp,
1985 struct nvmet_rdma_rsp *rsp =
1986 container_of(req, struct nvmet_rdma_rsp, req);