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 ib_cqe write_cqe;
66 struct rdma_rw_ctx rw;
68 struct nvmet_req req;
70 bool allocated;
71 u8 n_rdma;
72 u32 flags;
73 u32 invalidate_rkey;
98 struct nvmet_rdma_rsp *rsps; argument