Lines Matching defs:nvmet_rdma_rsp
48 struct nvmet_rdma_rsp { struct
49 struct ib_sge send_sge;
50 struct ib_cqe send_cqe;
51 struct ib_send_wr send_wr;
53 struct nvmet_rdma_cmd *cmd;
54 struct nvmet_rdma_queue *queue;
56 struct ib_cqe read_cqe;
57 struct rdma_rw_ctx rw;
59 struct nvmet_req req;
61 bool allocated;
62 u8 n_rdma;
63 u32 flags;
87 struct nvmet_rdma_rsp *rsps; argument