Searched refs:rc_reply_pcl (Results 1 – 3 of 3) sorted by relevance
145 pcl_init(&ctxt->rc_reply_pcl); in svc_rdma_recv_ctxt_alloc()231 pcl_free(&ctxt->rc_reply_pcl); in svc_rdma_recv_ctxt_put()597 rctxt->rc_reply_pcl.cl_count = 1; in xdr_check_reply_chunk()598 return pcl_alloc_write(rctxt, &rctxt->rc_reply_pcl, p); in xdr_check_reply_chunk()645 pcl_for_each_chunk(chunk, &ctxt->rc_reply_pcl) { in svc_rdma_get_inv_rkey()772 if (!pcl_is_empty(&rctxt->rc_reply_pcl)) in svc_rdma_is_reverse_direction_reply()
545 if (pcl_is_empty(&rctxt->rc_reply_pcl)) in svc_rdma_encode_reply_chunk()548 chunk = pcl_first_chunk(&rctxt->rc_reply_pcl); in svc_rdma_encode_reply_chunk()899 &rctxt->rc_reply_pcl, &rqstp->rq_res); in svc_rdma_send_reply_msg()1031 if (!pcl_is_empty(&rctxt->rc_reply_pcl)) { in svc_rdma_sendto()1033 &rctxt->rc_reply_pcl, sctxt, in svc_rdma_sendto()1043 *p = pcl_is_empty(&rctxt->rc_reply_pcl) ? rdma_msg : rdma_nomsg; in svc_rdma_sendto()
202 struct svc_rdma_pcl rc_reply_pcl; member