Home
last modified time | relevance | path

Searched refs:rpcrdma_version (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()
220 *va++ = rpcrdma_version; in svc_rdma_xdr_encode_error()
221 *va++ = rpcrdma_version; in svc_rdma_xdr_encode_error()
Dbackchannel.c213 headerp->rm_vers = rpcrdma_version; in rpcrdma_bc_marshal_reply()
Drpc_rdma.c459 headerp->rm_vers = rpcrdma_version; in rpcrdma_marshal_req()
788 if (headerp->rm_vers != rpcrdma_version) in rpcrdma_reply_handler()
/linux-4.4.14/include/linux/sunrpc/
Drpc_rdma.h46 #define rpcrdma_version cpu_to_be32(RPCRDMA_VERSION) macro