Searched refs:rc_call_pcl (Results 1 – 4 of 4) sorted by relevance
142 pcl_init(&ctxt->rc_call_pcl); in svc_rdma_recv_ctxt_alloc()228 pcl_free(&ctxt->rc_call_pcl); in svc_rdma_recv_ctxt_put()438 rctxt->rc_call_pcl.cl_count = 0; in xdr_count_read_segments()456 ++rctxt->rc_call_pcl.cl_count; in xdr_count_read_segments()621 pcl_for_each_chunk(chunk, &ctxt->rc_call_pcl) { in svc_rdma_get_inv_rkey()766 if (!pcl_is_empty(&rctxt->rc_call_pcl)) in svc_rdma_is_reverse_direction_reply()886 if (pcl_is_empty(&ctxt->rc_call_pcl)) { in svc_rdma_read_complete()982 !pcl_is_empty(&ctxt->rc_call_pcl)) in svc_rdma_recvfrom()
104 struct svc_rdma_pcl *pcl = &rctxt->rc_call_pcl; in pcl_alloc_call()
1026 pcl_first_chunk(&head->rc_call_pcl); in svc_rdma_read_call_chunk()1148 if (pcl_is_empty(&head->rc_call_pcl)) { in svc_rdma_process_read_list()
197 struct svc_rdma_pcl rc_call_pcl; member