Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c146 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()
H A Dsvc_rdma_rw.c857 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()
H A Dsvc_rdma_pcl.c158 struct svc_rdma_pcl *pcl = &rctxt->rc_read_pcl; in pcl_alloc_read()
/openbmc/linux/include/linux/sunrpc/
H A Dsvc_rdma.h145 struct svc_rdma_pcl rc_read_pcl; member