• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/

Lines Matching defs:rds_iw_mr_pool

46 	struct rds_iw_mr_pool	*pool;
59 struct rds_iw_mr_pool {
78 static int rds_iw_flush_mr_pool(struct rds_iw_mr_pool *pool, int free_all);
80 static int rds_iw_init_fastreg(struct rds_iw_mr_pool *pool, struct rds_iw_mr *ibmr);
81 static int rds_iw_map_fastreg(struct rds_iw_mr_pool *pool,
84 static void rds_iw_free_fastreg(struct rds_iw_mr_pool *pool, struct rds_iw_mr *ibmr);
85 static unsigned int rds_iw_unmap_fastreg_list(struct rds_iw_mr_pool *pool,
88 static void rds_iw_destroy_fastreg(struct rds_iw_mr_pool *pool, struct rds_iw_mr *ibmr);
330 struct rds_iw_mr_pool *rds_iw_create_mr_pool(struct rds_iw_device *rds_iwdev)
332 struct rds_iw_mr_pool *pool;
364 struct rds_iw_mr_pool *pool = rds_iwdev->mr_pool;
370 void rds_iw_destroy_mr_pool(struct rds_iw_mr_pool *pool)
379 static inline struct rds_iw_mr *rds_iw_reuse_fmr(struct rds_iw_mr_pool *pool)
396 struct rds_iw_mr_pool *pool = rds_iwdev->mr_pool;
472 static inline unsigned int rds_iw_flush_goal(struct rds_iw_mr_pool *pool, int free_all)
489 static int rds_iw_flush_mr_pool(struct rds_iw_mr_pool *pool, int free_all)
553 struct rds_iw_mr_pool *pool = container_of(work, struct rds_iw_mr_pool, flush_worker);
561 struct rds_iw_mr_pool *pool = ibmr->device->mr_pool;
591 struct rds_iw_mr_pool *pool = rds_iwdev->mr_pool;
661 static int rds_iw_init_fastreg(struct rds_iw_mr_pool *pool,
754 static int rds_iw_map_fastreg(struct rds_iw_mr_pool *pool,
796 static void rds_iw_free_fastreg(struct rds_iw_mr_pool *pool,
819 static unsigned int rds_iw_unmap_fastreg_list(struct rds_iw_mr_pool *pool,
862 static void rds_iw_destroy_fastreg(struct rds_iw_mr_pool *pool,