Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma_marshal.c164 if (rmsgp->rm_vers != rpcrdma_version) in svc_rdma_xdr_decode_req()
215 *va++ = rmsgp->rm_vers; in svc_rdma_xdr_encode_error()
300 rdma_resp->rm_vers = rdma_argp->rm_vers; in svc_rdma_xdr_encode_reply_header()
Drpc_rdma.c459 headerp->rm_vers = rpcrdma_version; in rpcrdma_marshal_req()
788 if (headerp->rm_vers != rpcrdma_version) in rpcrdma_reply_handler()
928 __func__, be32_to_cpu(headerp->rm_vers)); in rpcrdma_reply_handler()
Dbackchannel.c213 headerp->rm_vers = rpcrdma_version; in rpcrdma_bc_marshal_reply()
/linux-4.4.14/include/linux/sunrpc/
Drpc_rdma.h81 __be32 rm_vers; /* Version of this protocol */ member