Searched refs:rdma_argp (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/net/sunrpc/xprtrdma/ |
D | svc_rdma_sendto.c | 378 struct rpcrdma_msg *rdma_argp, in send_write_chunks() argument 393 arg_ary = svc_rdma_get_write_array(rdma_argp); in send_write_chunks() 449 struct rpcrdma_msg *rdma_argp, in send_reply_chunks() argument 465 arg_ary = svc_rdma_get_reply_array(rdma_argp); in send_reply_chunks() 676 struct rpcrdma_msg *rdma_argp; in svc_rdma_sendto() local 689 rdma_argp = xdr_start(&rqstp->rq_arg); in svc_rdma_sendto() 703 reply_ary = svc_rdma_get_reply_array(rdma_argp); in svc_rdma_sendto() 708 svc_rdma_xdr_encode_reply_header(rdma, rdma_argp, in svc_rdma_sendto() 712 ret = send_write_chunks(rdma, rdma_argp, rdma_resp, in svc_rdma_sendto() 722 ret = send_reply_chunks(rdma, rdma_argp, rdma_resp, in svc_rdma_sendto()
|
D | svc_rdma_marshal.c | 399 struct rpcrdma_msg *rdma_argp, in svc_rdma_xdr_encode_reply_header() argument 403 rdma_resp->rm_xid = htonl(rdma_argp->rm_xid); in svc_rdma_xdr_encode_reply_header() 404 rdma_resp->rm_vers = htonl(rdma_argp->rm_vers); in svc_rdma_xdr_encode_reply_header()
|