Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma_marshal.c214 *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()
Dbackchannel.c212 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()
Drpc_rdma.c458 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()
/linux-4.4.14/include/linux/sunrpc/
Drpc_rdma.h80 __be32 rm_xid; /* Mirrors the RPC header xid */ member