Home
last modified time | relevance | path

Searched refs:__rxe_put (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/infiniband/sw/rxe/
Drxe_pool.h70 int __rxe_put(struct rxe_pool_elem *elem);
71 #define rxe_put(obj) __rxe_put(&(obj)->elem)
Drxe_pool.c198 __rxe_put(elem); in __rxe_cleanup()
245 int __rxe_put(struct rxe_pool_elem *elem) in __rxe_put() function