|
@@ -368,6 +368,8 @@ struct rpcrdma_xprt;
|
|
|
struct rpcrdma_memreg_ops {
|
|
|
int (*ro_map)(struct rpcrdma_xprt *,
|
|
|
struct rpcrdma_mr_seg *, int, bool);
|
|
|
+ void (*ro_unmap_sync)(struct rpcrdma_xprt *,
|
|
|
+ struct rpcrdma_req *);
|
|
|
int (*ro_unmap)(struct rpcrdma_xprt *,
|
|
|
struct rpcrdma_mr_seg *);
|
|
|
int (*ro_open)(struct rpcrdma_ia *,
|