Lines Matching defs:rctxt
68 static void pcl_set_read_segment(const struct svc_rdma_recv_ctxt *rctxt,
79 trace_svcrdma_decode_rseg(&rctxt->rc_cid, chunk, segment);
87 * @rctxt: Ingress receive context
102 bool pcl_alloc_call(struct svc_rdma_recv_ctxt *rctxt, __be32 *p)
104 struct svc_rdma_pcl *pcl = &rctxt->rc_call_pcl;
130 pcl_set_read_segment(rctxt, chunk, handle, length, offset);
138 * @rctxt: Ingress receive context
156 bool pcl_alloc_read(struct svc_rdma_recv_ctxt *rctxt, __be32 *p)
158 struct svc_rdma_pcl *pcl = &rctxt->rc_read_pcl;
181 pcl_set_read_segment(rctxt, chunk, handle, length, offset);
189 * @rctxt: Ingress receive context
201 bool pcl_alloc_write(struct svc_rdma_recv_ctxt *rctxt,
223 trace_svcrdma_decode_wseg(&rctxt->rc_cid, chunk, j);