Home
last modified time | relevance | path

Searched refs:TICK2NSEC (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()
279 rcfg->timer_tick_ns = TICK2NSEC(OTX2_TIM_MIN_TMO_TKS, in otx2_tim_ring_create()
H A Dotx2_evdev.h87 #define TICK2NSEC(__tck, __freq) (((__tck) * 1E9) / (__freq)) macro