Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/infiniband/sw/rxe/
A Drxe_pool.h23 struct rxe_pool *pool;
31 struct rxe_pool { struct
51 void rxe_pool_init(struct rxe_dev *rxe, struct rxe_pool *pool, argument
55 void rxe_pool_cleanup(struct rxe_pool *pool);
58 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);
A Drxe_verbs.h374 struct rxe_pool uc_pool;
375 struct rxe_pool pd_pool;
376 struct rxe_pool ah_pool;
377 struct rxe_pool srq_pool;
378 struct rxe_pool qp_pool;
379 struct rxe_pool cq_pool;
380 struct rxe_pool mr_pool;
381 struct rxe_pool mw_pool;
A Drxe_pool.c92 void rxe_pool_init(struct rxe_dev *rxe, struct rxe_pool *pool, in rxe_pool_init()
114 void rxe_pool_cleanup(struct rxe_pool *pool) in rxe_pool_cleanup()
119 int __rxe_add_to_pool(struct rxe_pool *pool, struct rxe_pool_elem *elem, in __rxe_add_to_pool()
153 void *rxe_pool_get_index(struct rxe_pool *pool, u32 index) in rxe_pool_get_index()
179 struct rxe_pool *pool = elem->pool; in __rxe_cleanup()
A DMakefile10 rxe_pool.o \

Completed in 6 milliseconds