Searched defs:svc_rdma_send_ctxt (Results 1 – 1 of 1) sorted by relevance
152 struct svc_rdma_send_ctxt { struct153 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;[all …]