Home
last modified time | relevance | path

Searched refs:rp_ch (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c436 static void svc_rdma_xdr_encode_reply_chunk(__be32 *rdma_resp, __be32 *rp_ch, in svc_rdma_xdr_encode_reply_chunk() argument
450 xdr_encode_write_chunk(p, rp_ch, consumed); in svc_rdma_xdr_encode_reply_chunk()
749 __be32 *wr_lst, __be32 *rp_ch) in svc_rdma_send_reply_msg() argument
753 if (!rp_ch) { in svc_rdma_send_reply_msg()
824 __be32 *p, *rdma_argp, *rdma_resp, *wr_lst, *rp_ch; in svc_rdma_sendto() local
830 svc_rdma_get_write_arrays(rdma_argp, &wr_lst, &rp_ch); in svc_rdma_sendto()
848 *p++ = rp_ch ? rdma_nomsg : rdma_msg; in svc_rdma_sendto()
862 if (rp_ch) { in svc_rdma_sendto()
863 ret = svc_rdma_send_reply_chunk(rdma, rp_ch, wr_lst, xdr); in svc_rdma_sendto()
866 svc_rdma_xdr_encode_reply_chunk(rdma_resp, rp_ch, ret); in svc_rdma_sendto()
[all …]
Dsvc_rdma_rw.c555 int svc_rdma_send_reply_chunk(struct svcxprt_rdma *rdma, __be32 *rp_ch, in svc_rdma_send_reply_chunk() argument
561 info = svc_rdma_write_info_alloc(rdma, rp_ch); in svc_rdma_send_reply_chunk()
/Linux-v5.4/include/linux/sunrpc/
Dsvc_rdma.h175 __be32 *rp_ch, bool writelist,