Searched refs:rc_call_pcl (Results 1 – 4 of 4) sorted by relevance
145 pcl_init(&ctxt->rc_call_pcl); in svc_rdma_recv_ctxt_alloc()230 pcl_free(&ctxt->rc_call_pcl); in svc_rdma_recv_ctxt_put()419 rctxt->rc_call_pcl.cl_count = 0; in xdr_count_read_segments()437 ++rctxt->rc_call_pcl.cl_count; in xdr_count_read_segments()596 pcl_for_each_chunk(chunk, &ctxt->rc_call_pcl) { in svc_rdma_get_inv_rkey()741 if (!pcl_is_empty(&rctxt->rc_call_pcl)) in svc_rdma_is_reverse_direction_reply()834 !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()
1020 pcl_first_chunk(&head->rc_call_pcl); in svc_rdma_read_call_chunk()1138 if (pcl_is_empty(&head->rc_call_pcl)) { in svc_rdma_process_read_list()
143 struct svc_rdma_pcl rc_call_pcl; member