Lines Matching defs:nvmet_rdma_rsp
57 struct nvmet_rdma_rsp { struct
58 struct ib_sge send_sge;
59 struct ib_cqe send_cqe;
60 struct ib_send_wr send_wr;
62 struct nvmet_rdma_cmd *cmd;
63 struct nvmet_rdma_queue *queue;
65 struct ib_cqe read_cqe;
66 struct ib_cqe write_cqe;
67 struct rdma_rw_ctx rw;
69 struct nvmet_req req;
71 bool allocated;
72 u8 n_rdma;
73 u32 flags;
74 u32 invalidate_rkey;
99 struct nvmet_rdma_rsp *rsps; argument