Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_marshal.c167 rmsgp->rm_vers = ntohl(rmsgp->rm_vers); in svc_rdma_xdr_decode_req()
171 if (rmsgp->rm_vers != RPCRDMA_VERSION) in svc_rdma_xdr_decode_req()
277 *va++ = htonl(rmsgp->rm_vers); in svc_rdma_xdr_encode_error()
362 rdma_resp->rm_vers = htonl(rdma_argp->rm_vers); in svc_rdma_xdr_encode_reply_header()
Drpc_rdma.c401 headerp->rm_vers = rpcrdma_version; in rpcrdma_marshal_req()
756 if (headerp->rm_vers != rpcrdma_version) { in rpcrdma_reply_handler()
758 __func__, be32_to_cpu(headerp->rm_vers)); in rpcrdma_reply_handler()
/linux-4.1.27/include/linux/sunrpc/
Drpc_rdma.h81 __be32 rm_vers; /* Version of this protocol */ member