Searched refs:rc_reply_pcl (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c141 pcl_init(&ctxt->rc_reply_pcl);
227 pcl_free(&ctxt->rc_reply_pcl);
587 rctxt->rc_reply_pcl.cl_count = 1;
588 return pcl_alloc_write(rctxt, &rctxt->rc_reply_pcl, p);
635 pcl_for_each_chunk(chunk, &ctxt->rc_reply_pcl) {
762 if (!pcl_is_empty(&rctxt->rc_reply_pcl))
H A Dsvc_rdma_sendto.c535 if (pcl_is_empty(&rctxt->rc_reply_pcl))
538 chunk = pcl_first_chunk(&rctxt->rc_reply_pcl);
889 &rctxt->rc_reply_pcl, &rqstp->rq_res);
1021 if (!pcl_is_empty(&rctxt->rc_reply_pcl)) {
1023 &rctxt->rc_reply_pcl, sctxt,
1033 *p = pcl_is_empty(&rctxt->rc_reply_pcl) ? rdma_msg : rdma_nomsg;
/linux-master/include/linux/sunrpc/
H A Dsvc_rdma.h200 struct svc_rdma_pcl rc_reply_pcl; member in struct:svc_rdma_recv_ctxt

Completed in 192 milliseconds