Home
last modified time | relevance | path

Searched refs:deq_tmo_nsec (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test-eventdev/
H A Devt_common.h70 uint32_t deq_tmo_nsec; member
174 if (opt->deq_tmo_nsec) { in evt_configure_eventdev()
175 if (opt->deq_tmo_nsec < info.min_dequeue_timeout_ns) { in evt_configure_eventdev()
176 opt->deq_tmo_nsec = info.min_dequeue_timeout_ns; in evt_configure_eventdev()
178 opt->deq_tmo_nsec); in evt_configure_eventdev()
180 if (opt->deq_tmo_nsec > info.max_dequeue_timeout_ns) { in evt_configure_eventdev()
181 opt->deq_tmo_nsec = info.max_dequeue_timeout_ns; in evt_configure_eventdev()
183 opt->deq_tmo_nsec); in evt_configure_eventdev()
188 .dequeue_timeout_ns = opt->deq_tmo_nsec, in evt_configure_eventdev()
H A Devt_options.c97 ret = parser_read_uint32(&(opt->deq_tmo_nsec), arg); in evt_parse_deq_tmo_nsec()
/dpdk/doc/guides/tools/
H A Dtesteventdev.rst149 * ``--deq_tmo_nsec``
273 --deq_tmo_nsec
336 --deq_tmo_nsec
439 --deq_tmo_nsec
549 --deq_tmo_nsec
664 --deq_tmo_nsec
768 --deq_tmo_nsec