Lines Matching defs:nvmet_rdma_rsp
59 struct nvmet_rdma_rsp { struct
60 struct ib_sge send_sge;
61 struct ib_cqe send_cqe;
62 struct ib_send_wr send_wr;
64 struct nvmet_rdma_cmd *cmd;
65 struct nvmet_rdma_queue *queue;
67 struct ib_cqe read_cqe;
68 struct ib_cqe write_cqe;
69 struct rdma_rw_ctx rw;
71 struct nvmet_req req;
73 bool allocated;
74 u8 n_rdma;
75 u32 flags;
76 u32 invalidate_rkey;
101 struct nvmet_rdma_rsp *rsps; argument