Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_pool.c10 #define RXE_POOL_ALIGN (16) macro
103 pool->elem_size = ALIGN(info->size, RXE_POOL_ALIGN); in rxe_pool_init()