Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_tim.h23 #define TIM_MEM_SZ (1 * 1024) macro
24 uint8_t reserved[TIM_MEM_SZ] __plt_cache_aligned;
H A Droc_tim.c319 PLT_STATIC_ASSERT(sizeof(struct tim) <= TIM_MEM_SZ); in roc_tim_init()