diff options
| author | Tom Tucker <tom@opengridcomputing.com> | 2008-10-06 15:45:18 -0400 |
|---|---|---|
| committer | Tom Tucker <tom@opengridcomputing.com> | 2008-10-06 15:45:18 -0400 |
| commit | 64be8608c163bd480cf5ec4b34366f11e0f3c87f (patch) | |
| tree | e0a2499259c799d1ac97935107a25c4cefd7cb0c /include/linux | |
| parent | 0d3ebb9ae9f9c887518fd4c81a68084111d154d7 (diff) | |
svcrdma: Add FRMR get/put services
Add services for the allocating, freeing, and unmapping Fast Reg MR. These
services will be used by the transport connection setup, send and receive
routines.
Signed-off-by: Tom Tucker <tom@opengridcomputing.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/svc_rdma.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sunrpc/svc_rdma.h b/include/linux/sunrpc/svc_rdma.h index 49e458d98945..34252683671c 100644 --- a/include/linux/sunrpc/svc_rdma.h +++ b/include/linux/sunrpc/svc_rdma.h | |||
| @@ -214,6 +214,9 @@ extern struct svc_rdma_op_ctxt *svc_rdma_get_context(struct svcxprt_rdma *); | |||
| 214 | extern void svc_rdma_put_context(struct svc_rdma_op_ctxt *, int); | 214 | extern void svc_rdma_put_context(struct svc_rdma_op_ctxt *, int); |
| 215 | extern struct svc_rdma_req_map *svc_rdma_get_req_map(void); | 215 | extern struct svc_rdma_req_map *svc_rdma_get_req_map(void); |
| 216 | extern void svc_rdma_put_req_map(struct svc_rdma_req_map *); | 216 | extern void svc_rdma_put_req_map(struct svc_rdma_req_map *); |
| 217 | extern struct svc_rdma_fastreg_mr *svc_rdma_get_frmr(struct svcxprt_rdma *); | ||
| 218 | extern void svc_rdma_put_frmr(struct svcxprt_rdma *, | ||
| 219 | struct svc_rdma_fastreg_mr *); | ||
| 217 | extern void svc_sq_reap(struct svcxprt_rdma *); | 220 | extern void svc_sq_reap(struct svcxprt_rdma *); |
| 218 | extern void svc_rq_reap(struct svcxprt_rdma *); | 221 | extern void svc_rq_reap(struct svcxprt_rdma *); |
| 219 | extern struct svc_xprt_class svc_rdma_class; | 222 | extern struct svc_xprt_class svc_rdma_class; |
