Home
last modified time | relevance | path

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

/openbmc/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_recvfrom.c148 pcl_init(&ctxt->rc_reply_pcl); in svc_rdma_recv_ctxt_alloc()
233 pcl_free(&ctxt->rc_reply_pcl); in svc_rdma_recv_ctxt_put()
578 rctxt->rc_reply_pcl.cl_count = 1; in xdr_check_reply_chunk()
579 return pcl_alloc_write(rctxt, &rctxt->rc_reply_pcl, p); in xdr_check_reply_chunk()
626 pcl_for_each_chunk(chunk, &ctxt->rc_reply_pcl) { in svc_rdma_get_inv_rkey()
753 if (!pcl_is_empty(&rctxt->rc_reply_pcl)) in svc_rdma_is_reverse_direction_reply()
H A Dsvc_rdma_sendto.c495 if (pcl_is_empty(&rctxt->rc_reply_pcl)) in svc_rdma_encode_reply_chunk()
498 chunk = pcl_first_chunk(&rctxt->rc_reply_pcl); in svc_rdma_encode_reply_chunk()
794 if (!pcl_is_empty(&rctxt->rc_reply_pcl)) in svc_rdma_map_reply_msg()
983 *p = pcl_is_empty(&rctxt->rc_reply_pcl) ? rdma_msg : rdma_nomsg; in svc_rdma_sendto()
H A Dsvc_rdma_rw.c668 if (pcl_is_empty(&rctxt->rc_reply_pcl)) in svc_rdma_send_reply_chunk()
671 chunk = pcl_first_chunk(&rctxt->rc_reply_pcl); in svc_rdma_send_reply_chunk()
/openbmc/linux/include/linux/sunrpc/
H A Dsvc_rdma.h148 struct svc_rdma_pcl rc_reply_pcl; member