rxe_pool          108 drivers/infiniband/sw/rxe/rxe_pool.c static inline const char *pool_name(struct rxe_pool *pool)
rxe_pool          113 drivers/infiniband/sw/rxe/rxe_pool.c static inline struct kmem_cache *pool_cache(struct rxe_pool *pool)
rxe_pool          169 drivers/infiniband/sw/rxe/rxe_pool.c static int rxe_pool_init_index(struct rxe_pool *pool, u32 max, u32 min)
rxe_pool          199 drivers/infiniband/sw/rxe/rxe_pool.c 	struct rxe_pool		*pool,
rxe_pool          243 drivers/infiniband/sw/rxe/rxe_pool.c 	struct rxe_pool *pool = container_of(kref, struct rxe_pool, ref_cnt);
rxe_pool          249 drivers/infiniband/sw/rxe/rxe_pool.c static void rxe_pool_put(struct rxe_pool *pool)
rxe_pool          254 drivers/infiniband/sw/rxe/rxe_pool.c void rxe_pool_cleanup(struct rxe_pool *pool)
rxe_pool          268 drivers/infiniband/sw/rxe/rxe_pool.c static u32 alloc_index(struct rxe_pool *pool)
rxe_pool          283 drivers/infiniband/sw/rxe/rxe_pool.c static void insert_index(struct rxe_pool *pool, struct rxe_pool_entry *new)
rxe_pool          310 drivers/infiniband/sw/rxe/rxe_pool.c static void insert_key(struct rxe_pool *pool, struct rxe_pool_entry *new)
rxe_pool          344 drivers/infiniband/sw/rxe/rxe_pool.c 	struct rxe_pool *pool = elem->pool;
rxe_pool          356 drivers/infiniband/sw/rxe/rxe_pool.c 	struct rxe_pool *pool = elem->pool;
rxe_pool          367 drivers/infiniband/sw/rxe/rxe_pool.c 	struct rxe_pool *pool = elem->pool;
rxe_pool          379 drivers/infiniband/sw/rxe/rxe_pool.c 	struct rxe_pool *pool = elem->pool;
rxe_pool          388 drivers/infiniband/sw/rxe/rxe_pool.c void *rxe_alloc(struct rxe_pool *pool)
rxe_pool          428 drivers/infiniband/sw/rxe/rxe_pool.c int rxe_add_to_pool(struct rxe_pool *pool, struct rxe_pool_entry *elem)
rxe_pool          465 drivers/infiniband/sw/rxe/rxe_pool.c 	struct rxe_pool *pool = elem->pool;
rxe_pool          477 drivers/infiniband/sw/rxe/rxe_pool.c void *rxe_pool_get_index(struct rxe_pool *pool, u32 index)
rxe_pool          508 drivers/infiniband/sw/rxe/rxe_pool.c void *rxe_pool_get_key(struct rxe_pool *pool, void *key)
rxe_pool           83 drivers/infiniband/sw/rxe/rxe_pool.h 	struct rxe_pool		*pool;
rxe_pool          126 drivers/infiniband/sw/rxe/rxe_pool.h int rxe_pool_init(struct rxe_dev *rxe, struct rxe_pool *pool,
rxe_pool          130 drivers/infiniband/sw/rxe/rxe_pool.h void rxe_pool_cleanup(struct rxe_pool *pool);
rxe_pool          133 drivers/infiniband/sw/rxe/rxe_pool.h void *rxe_alloc(struct rxe_pool *pool);
rxe_pool          136 drivers/infiniband/sw/rxe/rxe_pool.h int rxe_add_to_pool(struct rxe_pool *pool, struct rxe_pool_entry *elem);
rxe_pool          155 drivers/infiniband/sw/rxe/rxe_pool.h void *rxe_pool_get_index(struct rxe_pool *pool, u32 index);
rxe_pool          158 drivers/infiniband/sw/rxe/rxe_pool.h void *rxe_pool_get_key(struct rxe_pool *pool, void *key);
rxe_pool          395 drivers/infiniband/sw/rxe/rxe_verbs.h 	struct rxe_pool		uc_pool;
rxe_pool          396 drivers/infiniband/sw/rxe/rxe_verbs.h 	struct rxe_pool		pd_pool;
rxe_pool          397 drivers/infiniband/sw/rxe/rxe_verbs.h 	struct rxe_pool		ah_pool;
rxe_pool          398 drivers/infiniband/sw/rxe/rxe_verbs.h 	struct rxe_pool		srq_pool;
rxe_pool          399 drivers/infiniband/sw/rxe/rxe_verbs.h 	struct rxe_pool		qp_pool;
rxe_pool          400 drivers/infiniband/sw/rxe/rxe_verbs.h 	struct rxe_pool		cq_pool;
rxe_pool          401 drivers/infiniband/sw/rxe/rxe_verbs.h 	struct rxe_pool		mr_pool;
rxe_pool          402 drivers/infiniband/sw/rxe/rxe_verbs.h 	struct rxe_pool		mw_pool;
rxe_pool          403 drivers/infiniband/sw/rxe/rxe_verbs.h 	struct rxe_pool		mc_grp_pool;
rxe_pool          404 drivers/infiniband/sw/rxe/rxe_verbs.h 	struct rxe_pool		mc_elem_pool;