Searched refs:rdma_argp (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/sunrpc/xprtrdma/ |
D | svc_rdma_sendto.c | 306 struct rpcrdma_msg *rdma_argp, in send_write_chunks() argument 321 arg_ary = svc_rdma_get_write_array(rdma_argp); in send_write_chunks() 371 struct rpcrdma_msg *rdma_argp, in send_reply_chunks() argument 387 arg_ary = svc_rdma_get_reply_array(rdma_argp); in send_reply_chunks() 574 struct rpcrdma_msg *rdma_argp; in svc_rdma_sendto() local 589 rdma_argp = page_address(rqstp->rq_pages[0]); in svc_rdma_sendto() 603 reply_ary = svc_rdma_get_reply_array(rdma_argp); in svc_rdma_sendto() 608 svc_rdma_xdr_encode_reply_header(rdma, rdma_argp, in svc_rdma_sendto() 612 ret = send_write_chunks(rdma, rdma_argp, rdma_resp, in svc_rdma_sendto() 622 ret = send_reply_chunks(rdma, rdma_argp, rdma_resp, in svc_rdma_sendto()
|
D | svc_rdma_marshal.c | 295 struct rpcrdma_msg *rdma_argp, in svc_rdma_xdr_encode_reply_header() argument 299 rdma_resp->rm_xid = rdma_argp->rm_xid; in svc_rdma_xdr_encode_reply_header() 300 rdma_resp->rm_vers = rdma_argp->rm_vers; in svc_rdma_xdr_encode_reply_header()
|