Home
last modified time | relevance | path

Searched defs:svc_rdma_send_ctxt (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/sunrpc/
Dsvc_rdma.h140 struct svc_rdma_send_ctxt { struct
141 struct list_head sc_list;
142 struct ib_send_wr sc_send_wr;
143 struct ib_cqe sc_cqe;
144 void *sc_xprt_buf;
145 int sc_page_count;
146 int sc_cur_sge_no;
147 struct page *sc_pages[RPCSVC_MAXPAGES];
148 struct ib_sge sc_sges[];