Home
last modified time | relevance | path

Searched refs:rc_reply_pcl (Results 1 – 2 of 2) sorted by relevance

/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_sendto.c535 if (pcl_is_empty(&rctxt->rc_reply_pcl)) in svc_rdma_encode_reply_chunk()
538 chunk = pcl_first_chunk(&rctxt->rc_reply_pcl); in svc_rdma_encode_reply_chunk()
889 &rctxt->rc_reply_pcl, &rqstp->rq_res); in svc_rdma_send_reply_msg()
1021 if (!pcl_is_empty(&rctxt->rc_reply_pcl)) { in svc_rdma_sendto()
1023 &rctxt->rc_reply_pcl, sctxt, in svc_rdma_sendto()
1033 *p = pcl_is_empty(&rctxt->rc_reply_pcl) ? rdma_msg : rdma_nomsg; in svc_rdma_sendto()
/linux/include/linux/sunrpc/
H A Dsvc_rdma.h202 struct svc_rdma_pcl rc_reply_pcl; member