Home
last modified time | relevance | path

Searched refs:rc_read_pcl (Results 1 – 3 of 3) sorted by relevance

/linux/net/sunrpc/xprtrdma/ !
H A Dsvc_rdma_recvfrom.c143 pcl_init(&ctxt->rc_read_pcl); in svc_rdma_recv_ctxt_alloc()
229 pcl_free(&ctxt->rc_read_pcl); in svc_rdma_recv_ctxt_put()
430 * to the first byte past the Read list. rc_read_pcl and
439 rctxt->rc_read_pcl.cl_count = 0; in xdr_count_read_segments()
454 ++rctxt->rc_read_pcl.cl_count; in xdr_count_read_segments()
629 pcl_for_each_chunk(chunk, &ctxt->rc_read_pcl) { in svc_rdma_get_inv_rkey()
768 if (!pcl_is_empty(&rctxt->rc_read_pcl)) in svc_rdma_is_reverse_direction_reply()
791 struct svc_rdma_chunk *chunk = pcl_first_chunk(&ctxt->rc_read_pcl); in svc_rdma_read_complete_one()
887 if (ctxt->rc_read_pcl.cl_count == 1) in svc_rdma_read_complete()
981 if (!pcl_is_empty(&ctxt->rc_read_pcl) || in svc_rdma_recvfrom()
[all...]
H A Dsvc_rdma_rw.c885 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()
H A Dsvc_rdma_pcl.c158 struct svc_rdma_pcl *pcl = &rctxt->rc_read_pcl; in pcl_alloc_read()