Lines Matching refs:rdma_resp
332 static unsigned int svc_rdma_reply_hdr_len(__be32 *rdma_resp) in svc_rdma_reply_hdr_len() argument
337 p = rdma_resp; in svc_rdma_reply_hdr_len()
354 return (unsigned long)p - (unsigned long)rdma_resp; in svc_rdma_reply_hdr_len()
409 static void svc_rdma_xdr_encode_write_list(__be32 *rdma_resp, __be32 *wr_ch, in svc_rdma_xdr_encode_write_list() argument
416 p = rdma_resp + rpcrdma_fixed_maxsz + 1; in svc_rdma_xdr_encode_write_list()
440 static void svc_rdma_xdr_encode_reply_chunk(__be32 *rdma_resp, __be32 *rp_ch, in svc_rdma_xdr_encode_reply_chunk() argument
448 p = rdma_resp + rpcrdma_fixed_maxsz + 1; in svc_rdma_xdr_encode_reply_chunk()
766 __be32 *p, *rdma_argp, *rdma_resp, *wr_lst, *rp_ch; in svc_rdma_sendto() local
784 rdma_resp = sctxt->sc_xprt_buf; in svc_rdma_sendto()
786 p = rdma_resp; in svc_rdma_sendto()
802 svc_rdma_xdr_encode_write_list(rdma_resp, wr_lst, ret); in svc_rdma_sendto()
808 svc_rdma_xdr_encode_reply_chunk(rdma_resp, rp_ch, ret); in svc_rdma_sendto()
811 svc_rdma_sync_reply_hdr(rdma, sctxt, svc_rdma_reply_hdr_len(rdma_resp)); in svc_rdma_sendto()