Searched defs:svc_rdma_send_ctxt (Results 1 – 1 of 1) sorted by relevance
143 struct svc_rdma_send_ctxt { struct144 struct list_head sc_list;145 struct ib_send_wr sc_send_wr;146 struct ib_cqe sc_cqe;147 void *sc_xprt_buf;148 int sc_page_count;149 int sc_cur_sge_no;150 struct page *sc_pages[RPCSVC_MAXPAGES];151 struct ib_sge sc_sges[];