Lines Matching defs:nvmet_rdma_rsp
56 struct nvmet_rdma_rsp {
98 struct nvmet_rdma_rsp *rsps;
163 static bool nvmet_rdma_execute_command(struct nvmet_rdma_rsp *rsp);
171 struct nvmet_rdma_rsp *r);
173 struct nvmet_rdma_rsp *r);
193 static inline bool nvmet_rdma_need_data_in(struct nvmet_rdma_rsp *rsp)
200 static inline bool nvmet_rdma_need_data_out(struct nvmet_rdma_rsp *rsp)
208 static inline struct nvmet_rdma_rsp *
211 struct nvmet_rdma_rsp *rsp;
216 struct nvmet_rdma_rsp, free_list);
240 nvmet_rdma_put_rsp(struct nvmet_rdma_rsp *rsp)
405 struct nvmet_rdma_rsp *r)
443 struct nvmet_rdma_rsp *r)
457 queue->rsps = kcalloc(nr_rsps, sizeof(struct nvmet_rdma_rsp),
463 struct nvmet_rdma_rsp *rsp = &queue->rsps[i];
476 struct nvmet_rdma_rsp *rsp = &queue->rsps[i];
492 struct nvmet_rdma_rsp *rsp = &queue->rsps[i];
524 struct nvmet_rdma_rsp *rsp;
528 struct nvmet_rdma_rsp, wait_list);
632 static int nvmet_rdma_rw_ctx_init(struct nvmet_rdma_rsp *rsp, u64 addr, u32 key,
652 static void nvmet_rdma_rw_ctx_destroy(struct nvmet_rdma_rsp *rsp)
667 static void nvmet_rdma_release_rsp(struct nvmet_rdma_rsp *rsp)
701 struct nvmet_rdma_rsp *rsp =
702 container_of(wc->wr_cqe, struct nvmet_rdma_rsp, send_cqe);
717 struct nvmet_rdma_rsp *rsp =
718 container_of(req, struct nvmet_rdma_rsp, req);
754 struct nvmet_rdma_rsp *rsp =
755 container_of(wc->wr_cqe, struct nvmet_rdma_rsp, read_cqe);
787 struct nvmet_rdma_rsp *rsp =
788 container_of(wc->wr_cqe, struct nvmet_rdma_rsp, write_cqe);
828 static void nvmet_rdma_use_inline_sg(struct nvmet_rdma_rsp *rsp, u32 len,
852 static u16 nvmet_rdma_map_sgl_inline(struct nvmet_rdma_rsp *rsp)
879 static u16 nvmet_rdma_map_sgl_keyed(struct nvmet_rdma_rsp *rsp,
917 static u16 nvmet_rdma_map_sgl(struct nvmet_rdma_rsp *rsp)
951 static bool nvmet_rdma_execute_command(struct nvmet_rdma_rsp *rsp)
976 struct nvmet_rdma_rsp *cmd)
1012 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);