Searched refs:rc_read_pcl (Results 1 – 4 of 4) sorted by relevance
139 pcl_init(&ctxt->rc_read_pcl); in svc_rdma_recv_ctxt_alloc()225 pcl_free(&ctxt->rc_read_pcl); in svc_rdma_recv_ctxt_put()435 rctxt->rc_read_pcl.cl_count = 0; in xdr_count_read_segments()450 ++rctxt->rc_read_pcl.cl_count; in xdr_count_read_segments()619 pcl_for_each_chunk(chunk, &ctxt->rc_read_pcl) { in svc_rdma_get_inv_rkey()758 if (!pcl_is_empty(&rctxt->rc_read_pcl)) in svc_rdma_is_reverse_direction_reply()781 struct svc_rdma_chunk *chunk = pcl_first_chunk(&ctxt->rc_read_pcl); in svc_rdma_read_complete_one()877 if (ctxt->rc_read_pcl.cl_count == 1) in svc_rdma_read_complete()971 if (!pcl_is_empty(&ctxt->rc_read_pcl) || in svc_rdma_recvfrom()
885 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_multiple_chunks()940 pcl_first_chunk(&head->rc_read_pcl)); in svc_rdma_read_data_item()1007 const struct svc_rdma_pcl *pcl = &head->rc_read_pcl; in svc_rdma_read_call_chunk()1129 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()
199 struct svc_rdma_pcl rc_read_pcl; member
Completed in 16 milliseconds