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