Searched refs:rm_xid (Results 1 – 3 of 3) sorted by relevance
166 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()
400 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()
80 __be32 rm_xid; /* Mirrors the RPC header xid */ member