Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_tim_evdev.c83 if ((tck_nsec < TICK2NSEC(OTX2_TIM_MIN_TMO_TKS, in tim_optimze_bkt_param()
91 if ((tck_nsec < TICK2NSEC(OTX2_TIM_MIN_TMO_TKS, in tim_optimze_bkt_param()
277 rsp->tenns_clk) < OTX2_TIM_MIN_TMO_TKS) { in otx2_tim_ring_create()
279 rcfg->timer_tick_ns = TICK2NSEC(OTX2_TIM_MIN_TMO_TKS, in otx2_tim_ring_create()
H A Dotx2_tim_evdev.h75 #define OTX2_TIM_MIN_TMO_TKS (256) macro