Home
last modified time | relevance | path

Searched refs:rxe_pool (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/drivers/infiniband/sw/rxe/
Drxe_pool.h23 struct rxe_pool *pool;
30 struct rxe_pool { struct
50 void rxe_pool_init(struct rxe_dev *rxe, struct rxe_pool *pool, argument
54 void rxe_pool_cleanup(struct rxe_pool *pool);
57 void *rxe_alloc(struct rxe_pool *pool);
60 int __rxe_add_to_pool(struct rxe_pool *pool, struct rxe_pool_elem *elem);
65 void *rxe_pool_get_index(struct rxe_pool *pool, u32 index);
Drxe_verbs.h385 struct rxe_pool uc_pool;
386 struct rxe_pool pd_pool;
387 struct rxe_pool ah_pool;
388 struct rxe_pool srq_pool;
389 struct rxe_pool qp_pool;
390 struct rxe_pool cq_pool;
391 struct rxe_pool mr_pool;
392 struct rxe_pool mw_pool;
Drxe_pool.c91 void rxe_pool_init(struct rxe_dev *rxe, struct rxe_pool *pool, in rxe_pool_init()
113 void rxe_pool_cleanup(struct rxe_pool *pool) in rxe_pool_cleanup()
118 void *rxe_alloc(struct rxe_pool *pool) in rxe_alloc()
154 int __rxe_add_to_pool(struct rxe_pool *pool, struct rxe_pool_elem *elem) in __rxe_add_to_pool()
180 void *rxe_pool_get_index(struct rxe_pool *pool, u32 index) in rxe_pool_get_index()
201 struct rxe_pool *pool = elem->pool; in rxe_elem_release()
DMakefile10 rxe_pool.o \