Home
last modified time | relevance | path

Searched refs:rr_xid (Results 1 – 2 of 2) sorted by relevance

/net/sunrpc/xprtrdma/
Drpc_rdma.c1064 if (*p++ != rep->rr_xid) in rpcrdma_is_bcall()
1263 be32_to_cpu(rep->rr_xid)); in rpcrdma_decode_error()
1268 be32_to_cpu(rep->rr_xid)); in rpcrdma_decode_error()
1273 be32_to_cpup(p), be32_to_cpu(rep->rr_xid)); in rpcrdma_decode_error()
1358 rep->rr_xid = *p++; in rpcrdma_reply_handler()
1373 rqst = xprt_lookup_rqst(xprt, rep->rr_xid); in rpcrdma_reply_handler()
Dxprt_rdma.h193 __be32 rr_xid; member