Lines Matching refs:rdma_resp
234 struct rpcrdma_msg *rdma_resp, in send_write_chunks() argument
251 &rdma_resp->rm_body.rm_chunks[1]; in send_write_chunks()
290 svc_rdma_xdr_encode_write_list(rdma_resp, chunk_no); in send_write_chunks()
297 struct rpcrdma_msg *rdma_resp, in send_reply_chunks() argument
318 &rdma_resp->rm_body.rm_chunks[2]; in send_reply_chunks()
379 struct rpcrdma_msg *rdma_resp, in send_reply() argument
409 ctxt->sge[0].length = svc_rdma_xdr_get_reply_hdr_len(rdma_resp); in send_reply()
500 struct rpcrdma_msg *rdma_resp; in svc_rdma_sendto() local
527 rdma_resp = page_address(res_page); in svc_rdma_sendto()
534 rdma_resp, reply_type); in svc_rdma_sendto()
537 ret = send_write_chunks(rdma, rdma_argp, rdma_resp, in svc_rdma_sendto()
547 ret = send_reply_chunks(rdma, rdma_argp, rdma_resp, in svc_rdma_sendto()
556 ret = send_reply(rdma, rqstp, res_page, rdma_resp, ctxt, vec, in svc_rdma_sendto()