Lines Matching refs:rpcrdma_ia
68 struct rpcrdma_ia { struct
478 int (*ro_send)(struct rpcrdma_ia *ia,
485 int (*ro_open)(struct rpcrdma_ia *,
489 int (*ro_init_mr)(struct rpcrdma_ia *,
511 struct rpcrdma_ia rx_ia;
548 void rpcrdma_ia_remove(struct rpcrdma_ia *ia);
549 void rpcrdma_ia_close(struct rpcrdma_ia *);
550 bool frwr_is_supported(struct rpcrdma_ia *);
551 bool fmr_is_supported(struct rpcrdma_ia *);
558 int rpcrdma_ep_create(struct rpcrdma_ep *, struct rpcrdma_ia *,
560 void rpcrdma_ep_destroy(struct rpcrdma_ep *, struct rpcrdma_ia *);
561 int rpcrdma_ep_connect(struct rpcrdma_ep *, struct rpcrdma_ia *);
563 void rpcrdma_ep_disconnect(struct rpcrdma_ep *, struct rpcrdma_ia *);
565 int rpcrdma_ep_post(struct rpcrdma_ia *, struct rpcrdma_ep *,
589 bool __rpcrdma_dma_map_regbuf(struct rpcrdma_ia *, struct rpcrdma_regbuf *);
599 rpcrdma_dma_map_regbuf(struct rpcrdma_ia *ia, struct rpcrdma_regbuf *rb) in rpcrdma_dma_map_regbuf()