Home
last modified time | relevance | path

Searched refs:pd_pool (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/infiniband/sw/rxe/
Drxe.c56 rxe_pool_cleanup(&rxe->pd_pool); in rxe_cleanup()
194 err = rxe_pool_init(rxe, &rxe->pd_pool, RXE_TYPE_PD, in rxe_init_pools()
256 rxe_pool_cleanup(&rxe->pd_pool); in rxe_init_pools()
Drxe_verbs.h392 struct rxe_pool pd_pool; member
Drxe_verbs.c213 pd = rxe_alloc(&rxe->pd_pool); in rxe_alloc_pd()