Searched refs:rc_read_pcl (Results 1 – 4 of 4) sorted by relevance
146 pcl_init(&ctxt->rc_read_pcl); in svc_rdma_recv_ctxt_alloc()231 pcl_free(&ctxt->rc_read_pcl); in svc_rdma_recv_ctxt_put()420 rctxt->rc_read_pcl.cl_count = 0; in xdr_count_read_segments()435 ++rctxt->rc_read_pcl.cl_count; in xdr_count_read_segments()604 pcl_for_each_chunk(chunk, &ctxt->rc_read_pcl) { in svc_rdma_get_inv_rkey()743 if (!pcl_is_empty(&rctxt->rc_read_pcl)) in svc_rdma_is_reverse_direction_reply()833 if (!pcl_is_empty(&ctxt->rc_read_pcl) || in svc_rdma_recvfrom()
857 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_multiple_chunks()927 chunk = pcl_first_chunk(&head->rc_read_pcl); in svc_rdma_read_data_item()1021 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_call_chunk()1139 if (head->rc_read_pcl.cl_count == 1) in svc_rdma_process_read_list()
158 struct svc_rdma_pcl *pcl = &rctxt->rc_read_pcl; in pcl_alloc_read()
145 struct svc_rdma_pcl rc_read_pcl; member