Searched refs:deq_tmo_nsec (Results 1 – 3 of 3) sorted by relevance
64 uint32_t deq_tmo_nsec; member165 if (opt->deq_tmo_nsec) { in evt_configure_eventdev()166 if (opt->deq_tmo_nsec < info.min_dequeue_timeout_ns) { in evt_configure_eventdev()167 opt->deq_tmo_nsec = info.min_dequeue_timeout_ns; in evt_configure_eventdev()169 opt->deq_tmo_nsec); in evt_configure_eventdev()171 if (opt->deq_tmo_nsec > info.max_dequeue_timeout_ns) { in evt_configure_eventdev()172 opt->deq_tmo_nsec = info.max_dequeue_timeout_ns; in evt_configure_eventdev()174 opt->deq_tmo_nsec); in evt_configure_eventdev()179 .dequeue_timeout_ns = opt->deq_tmo_nsec, in evt_configure_eventdev()
93 ret = parser_read_uint32(&(opt->deq_tmo_nsec), arg); in evt_parse_deq_tmo_nsec()
145 * ``--deq_tmo_nsec``232 --deq_tmo_nsec295 --deq_tmo_nsec395 --deq_tmo_nsec495 --deq_tmo_nsec609 --deq_tmo_nsec701 --deq_tmo_nsec