Searched refs:rm_xid (Results 1 – 4 of 4) sorted by relevance
214 *va++ = rmsgp->rm_xid; in svc_rdma_xdr_encode_error()299 rdma_resp->rm_xid = rdma_argp->rm_xid; in svc_rdma_xdr_encode_reply_header()
212 headerp->rm_xid = rqst->rq_xid; in rpcrdma_bc_marshal_reply()311 __func__, be32_to_cpu(headerp->rm_xid), rep->rr_len); in rpcrdma_bc_receive_call()343 rqst->rq_xid = headerp->rm_xid; in rpcrdma_bc_receive_call()
458 headerp->rm_xid = rqst->rq_xid; in rpcrdma_marshal_req()740 if (p[7] != headerp->rm_xid) in rpcrdma_is_bcall()799 rqst = xprt_lookup_rqst(xprt, headerp->rm_xid); in rpcrdma_reply_handler()810 be32_to_cpu(headerp->rm_xid)); in rpcrdma_reply_handler()934 __func__, be32_to_cpu(headerp->rm_xid), in rpcrdma_reply_handler()942 __func__, rep, req, be32_to_cpu(headerp->rm_xid)); in rpcrdma_reply_handler()
80 __be32 rm_xid; /* Mirrors the RPC header xid */ member