Searched refs:rc_call_pcl (Results 1 – 4 of 4) sorted by relevance
144 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()424 rctxt->rc_call_pcl.cl_count = 0; in xdr_count_read_segments()442 ++rctxt->rc_call_pcl.cl_count; in xdr_count_read_segments()601 pcl_for_each_chunk(chunk, &ctxt->rc_call_pcl) { in svc_rdma_get_inv_rkey()746 if (!pcl_is_empty(&rctxt->rc_call_pcl)) in svc_rdma_is_reverse_direction_reply()841 !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()
1016 pcl_first_chunk(&head->rc_call_pcl); in svc_rdma_read_call_chunk()1134 if (pcl_is_empty(&head->rc_call_pcl)) { in svc_rdma_process_read_list()
144 struct svc_rdma_pcl rc_call_pcl; member