Searched refs:OTX2_TIM_MAX_BURST (Results 1 – 2 of 2) sorted by relevance
102 struct otx2_tim_ent entry[OTX2_TIM_MAX_BURST] __rte_cache_aligned; in tim_timer_arm_tmo_brst()122 for (idx = 0; idx < OTX2_TIM_MAX_BURST && (arr_idx < nb_timers); in tim_timer_arm_tmo_brst()
70 #define OTX2_TIM_MAX_BURST (RTE_CACHE_LINE_SIZE / \ macro