Home
last modified time | relevance | path

Searched refs:rm_xid (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_marshal.c166 rmsgp->rm_xid = ntohl(rmsgp->rm_xid); in svc_rdma_xdr_decode_req()
276 *va++ = htonl(rmsgp->rm_xid); in svc_rdma_xdr_encode_error()
361 rdma_resp->rm_xid = htonl(rdma_argp->rm_xid); in svc_rdma_xdr_encode_reply_header()
Drpc_rdma.c400 headerp->rm_xid = rqst->rq_xid; in rpcrdma_marshal_req()
764 rqst = xprt_lookup_rqst(xprt, headerp->rm_xid); in rpcrdma_reply_handler()
769 __func__, rep, be32_to_cpu(headerp->rm_xid), in rpcrdma_reply_handler()
786 be32_to_cpu(headerp->rm_xid)); in rpcrdma_reply_handler()
793 be32_to_cpu(headerp->rm_xid)); in rpcrdma_reply_handler()
/linux-4.1.27/include/linux/sunrpc/
Drpc_rdma.h80 __be32 rm_xid; /* Mirrors the RPC header xid */ member