Searched refs:rm_vers (Results 1 – 3 of 3) sorted by relevance
167 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()
401 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()
81 __be32 rm_vers; /* Version of this protocol */ member