Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/octeontx/
H A Dtimvf_worker.c149 struct tim_mem_entry entry[TIMVF_MAX_BURST] __rte_cache_aligned; in timvf_timer_arm_tmo_brst()
162 for (idx = 0; idx < TIMVF_MAX_BURST && (arr_idx < nb_timers); in timvf_timer_arm_tmo_brst()
H A Dtimvf_evdev.h59 #define TIMVF_MAX_BURST (8) macro