Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_timer_adapter.h168 uint64_t max_tmo_ns; member
263 uint64_t max_tmo_ns; member
H A Drte_event_timer_adapter.c544 uint64_t max_tmo_ns; member
697 if (tmo_nsec > sw->max_tmo_ns) in check_timeout()
816 sw->max_tmo_ns = adapter->data->conf.max_tmo_ns; in swtim_init()
991 adapter_info->max_tmo_ns = sw->max_tmo_ns; in swtim_get_info()
H A Drte_eventdev_trace.h226 rte_trace_point_emit_u64(conf->max_tmo_ns);
/f-stack/dpdk/drivers/event/octeontx/
H A Dtimvf_evdev.c43 adptr_info->max_tmo_ns = timr->max_tout; in timvf_ring_info_get()
260 timr->max_tout = rcfg->max_tmo_ns; in timvf_ring_create()
/f-stack/dpdk/app/test/
H A Dtest_event_timer_adapter.c284 _timdev_setup(uint64_t max_tmo_ns, uint64_t bkt_tck_ns) in _timdev_setup() argument
291 .max_tmo_ns = max_tmo_ns, in _timdev_setup()
932 .max_tmo_ns = 180 * NSECPERSEC, in adapter_create()
1731 .max_tmo_ns = 180 * NSECPERSEC, in adapter_create_max()
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_tim_evdev.c67 adptr_info->max_tmo_ns = tim_ring->max_tout; in otx2_tim_ring_info_get()
299 tim_ring->max_tout = rcfg->max_tmo_ns; in otx2_tim_ring_create()
/f-stack/dpdk/doc/guides/prog_guide/
H A Devent_timer_adapter.rst154 * ``max_tmo_ns`` - Maximum timer timeout(expiry) in ns.
/f-stack/dpdk/app/test-eventdev/
H A Dtest_perf_common.c426 .max_tmo_ns = t->opt->max_tmo_nsec, in perf_event_timer_adapter_setup()