Lines Matching defs:svc_rdma_send_ctxt
152 struct svc_rdma_send_ctxt { struct
153 struct list_head sc_list;
154 struct rpc_rdma_cid sc_cid;
156 struct ib_send_wr sc_send_wr;
157 struct ib_cqe sc_cqe;
158 struct xdr_buf sc_hdrbuf;
159 struct xdr_stream sc_stream;
160 void *sc_xprt_buf;
161 int sc_page_count;
162 int sc_cur_sge_no;
163 struct page *sc_pages[RPCSVC_MAXPAGES];
164 struct ib_sge sc_sges[];