Home
last modified time | relevance | path

Searched refs:rdma_argp (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_sendto.c233 struct rpcrdma_msg *rdma_argp, in send_write_chunks() argument
247 arg_ary = svc_rdma_get_write_array(rdma_argp); in send_write_chunks()
296 struct rpcrdma_msg *rdma_argp, in send_reply_chunks() argument
312 arg_ary = svc_rdma_get_reply_array(rdma_argp); in send_reply_chunks()
499 struct rpcrdma_msg *rdma_argp; in svc_rdma_sendto() local
514 rdma_argp = page_address(rqstp->rq_pages[0]); in svc_rdma_sendto()
528 reply_ary = svc_rdma_get_reply_array(rdma_argp); in svc_rdma_sendto()
533 svc_rdma_xdr_encode_reply_header(rdma, rdma_argp, 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()
Dsvc_rdma_marshal.c357 struct rpcrdma_msg *rdma_argp, in svc_rdma_xdr_encode_reply_header() argument
361 rdma_resp->rm_xid = htonl(rdma_argp->rm_xid); in svc_rdma_xdr_encode_reply_header()
362 rdma_resp->rm_vers = htonl(rdma_argp->rm_vers); in svc_rdma_xdr_encode_reply_header()