Lines Matching defs:nvmet_rdma_rsp
56 struct nvmet_rdma_rsp { struct
57 struct ib_sge send_sge;
58 struct ib_cqe send_cqe;
59 struct ib_send_wr send_wr;
61 struct nvmet_rdma_cmd *cmd;
62 struct nvmet_rdma_queue *queue;
64 struct ib_cqe read_cqe;
65 struct rdma_rw_ctx rw;
67 struct nvmet_req req;
69 bool allocated;
70 u8 n_rdma;
71 u32 flags;
95 struct nvmet_rdma_rsp *rsps; argument