Home
last modified time | relevance | path

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

/linux-6.12.1/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c138 pcl_init(&ctxt->rc_call_pcl); in svc_rdma_recv_ctxt_alloc()
224 pcl_free(&ctxt->rc_call_pcl); in svc_rdma_recv_ctxt_put()
434 rctxt->rc_call_pcl.cl_count = 0; in xdr_count_read_segments()
452 ++rctxt->rc_call_pcl.cl_count; in xdr_count_read_segments()
611 pcl_for_each_chunk(chunk, &ctxt->rc_call_pcl) { in svc_rdma_get_inv_rkey()
756 if (!pcl_is_empty(&rctxt->rc_call_pcl)) in svc_rdma_is_reverse_direction_reply()
876 if (pcl_is_empty(&ctxt->rc_call_pcl)) { in svc_rdma_read_complete()
972 !pcl_is_empty(&ctxt->rc_call_pcl)) in svc_rdma_recvfrom()
Dsvc_rdma_pcl.c104 struct svc_rdma_pcl *pcl = &rctxt->rc_call_pcl; in pcl_alloc_call()
Dsvc_rdma_rw.c1006 pcl_first_chunk(&head->rc_call_pcl); in svc_rdma_read_call_chunk()
1128 if (pcl_is_empty(&head->rc_call_pcl)) { in svc_rdma_process_read_list()
/linux-6.12.1/include/linux/sunrpc/
Dsvc_rdma.h197 struct svc_rdma_pcl rc_call_pcl; member