Searched refs:deq_tmo_nsec (Results 1 – 3 of 3) sorted by relevance
70 uint32_t deq_tmo_nsec; member174 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()
97 ret = parser_read_uint32(&(opt->deq_tmo_nsec), arg); in evt_parse_deq_tmo_nsec()
149 * ``--deq_tmo_nsec``273 --deq_tmo_nsec336 --deq_tmo_nsec439 --deq_tmo_nsec549 --deq_tmo_nsec664 --deq_tmo_nsec768 --deq_tmo_nsec