Searched defs:rpcrdma_rep (Results 1 – 2 of 2) sorted by relevance
192 struct rpcrdma_rep { struct193 struct ib_cqe rr_cqe;194 struct rpc_rdma_cid rr_cid;196 __be32 rr_xid;197 __be32 rr_vers;198 __be32 rr_proc;199 int rr_wc_flags;200 u32 rr_inv_rkey;201 bool rr_temp;202 struct rpcrdma_regbuf *rr_rdmabuf;[all …]
181 struct rpcrdma_rep { struct182 struct ib_cqe rr_cqe;183 __be32 rr_xid;184 __be32 rr_vers;185 __be32 rr_proc;186 int rr_wc_flags;187 u32 rr_inv_rkey;188 bool rr_temp;189 struct rpcrdma_regbuf *rr_rdmabuf;190 struct rpcrdma_xprt *rr_rxprt;[all …]