Lines Matching defs:svc_rdma_op_ctxt
71 struct svc_rdma_op_ctxt { struct
72 struct svc_rdma_op_ctxt *read_hdr; argument
73 struct svc_rdma_fastreg_mr *frmr;
74 int hdr_count;
75 struct xdr_buf arg;
76 struct list_head dto_q;
77 enum ib_wr_opcode wr_op;
78 enum ib_wc_status wc_status;
79 u32 byte_len;
80 u32 position;
81 struct svcxprt_rdma *xprt;
82 unsigned long flags;
83 enum dma_data_direction direction;
84 int count;
85 struct ib_sge sge[RPCSVC_MAXPAGES];
86 struct page *pages[RPCSVC_MAXPAGES];