Home
last modified time | relevance | path

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

/dpdk/lib/eventdev/
H A Drte_event_timer_adapter.h174 uint64_t max_tmo_ns; member
269 uint64_t max_tmo_ns; member
H A Drte_event_timer_adapter.c572 uint64_t max_tmo_ns; member
725 if (tmo_nsec > sw->max_tmo_ns) in check_timeout()
847 sw->max_tmo_ns = adapter->data->conf.max_tmo_ns; in swtim_init()
1022 adapter_info->max_tmo_ns = sw->max_tmo_ns; in swtim_get_info()
1284 rte_tel_data_add_dict_u64(d, "max_tmo_ns", adapter_info.max_tmo_ns); in handle_ta_info()
H A Deventdev_trace.h226 rte_trace_point_emit_u64(conf->max_tmo_ns);
/dpdk/drivers/event/cnxk/
H A Dcnxk_tim_evdev.c114 adptr_info->max_tmo_ns = tim_ring->max_tout; in cnxk_tim_ring_info_get()
258 rcfg->max_tmo_ns = rcfg->timer_tick_ns * 2; in cnxk_tim_ring_create()
260 if (rcfg->timer_tick_ns > rcfg->max_tmo_ns) { in cnxk_tim_ring_create()
277 rcfg->max_tmo_ns, min_intvl_cyc); in cnxk_tim_ring_create()
293 tim_ring->max_tout = rcfg->max_tmo_ns; in cnxk_tim_ring_create()
/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()
/dpdk/app/test/
H A Dtest_event_timer_adapter.c296 _timdev_setup(uint64_t max_tmo_ns, uint64_t bkt_tck_ns, uint64_t flags) in _timdev_setup() argument
303 .max_tmo_ns = max_tmo_ns, in _timdev_setup()
1048 .max_tmo_ns = 180 * NSECPERSEC, in adapter_create()
1845 .max_tmo_ns = 180 * NSECPERSEC, in adapter_create_max()
/dpdk/doc/guides/prog_guide/
H A Devent_timer_adapter.rst166 * ``max_tmo_ns`` - Maximum timer timeout(expiry) in ns.
/dpdk/app/test-eventdev/
H A Dtest_perf_common.c629 .max_tmo_ns = t->opt->max_tmo_nsec, in perf_event_timer_adapter_setup()