Home
last modified time | relevance | path

Searched refs:timer_tick_ns (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_timer_adapter.c542 uint64_t timer_tick_ns; member
653 uint64_t timeout_ns = evtim->timeout_ticks * sw->timer_tick_ns; in get_timeout_cycles()
667 cycles_per_adapter_tick = sw->timer_tick_ns * in swtim_did_tick()
696 tmo_nsec = evtim->timeout_ticks * sw->timer_tick_ns; in check_timeout()
699 if (tmo_nsec < sw->timer_tick_ns) in check_timeout()
815 sw->timer_tick_ns = adapter->data->conf.timer_tick_ns; in swtim_init()
990 adapter_info->min_resolution_ns = sw->timer_tick_ns; in swtim_get_info()
H A Drte_event_timer_adapter.h166 uint64_t timer_tick_ns; member
H A Drte_eventdev_trace.h225 rte_trace_point_emit_u64(conf->timer_tick_ns);
/f-stack/dpdk/drivers/event/octeontx/
H A Dtimvf_evdev.c251 (!rcfg->timer_tick_ns || in timvf_ring_create()
252 rcfg->timer_tick_ns < TIM_MIN_INTERVAL)) { in timvf_ring_create()
259 timr->tck_nsec = RTE_ALIGN_MUL_CEIL(rcfg->timer_tick_ns, 10); in timvf_ring_create()
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_tim_evdev.c276 if (NSEC2TICK(RTE_ALIGN_MUL_CEIL(rcfg->timer_tick_ns, 10), in otx2_tim_ring_create()
279 rcfg->timer_tick_ns = TICK2NSEC(OTX2_TIM_MIN_TMO_TKS, in otx2_tim_ring_create()
298 tim_ring->tck_nsec = RTE_ALIGN_MUL_CEIL(rcfg->timer_tick_ns, 10); in otx2_tim_ring_create()
/f-stack/dpdk/doc/guides/prog_guide/
H A Devent_timer_adapter.rst65 has a resolution (``timer_tick_ns``) that is specified in the event timer
115 .timer_tick_ns = NSECPERSEC / 10, // 100 milliseconds
/f-stack/dpdk/app/test/
H A Dtest_event_timer_adapter.c290 .timer_tick_ns = bkt_tck_ns, in _timdev_setup()
931 .timer_tick_ns = NSECPERSEC / 10, in adapter_create()
1730 .timer_tick_ns = NSECPERSEC / 10, in adapter_create_max()
/f-stack/dpdk/app/test-eventdev/
H A Dtest_perf_common.c425 .timer_tick_ns = t->opt->timer_tick_nsec, in perf_event_timer_adapter_setup()