Home
last modified time | relevance | path

Searched refs:max_evts_roundoff (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/event/octeontx/
H A Dssovf_evdev_selftest.c526 int i, max_evts_roundoff; in test_multi_queue_priority() local
533 max_evts_roundoff = MAX_EVENTS / queue_count; in test_multi_queue_priority()
534 max_evts_roundoff *= queue_count; in test_multi_queue_priority()
536 for (i = 0; i < max_evts_roundoff; i++) { in test_multi_queue_priority()
549 return consume_events(0, max_evts_roundoff, validate_queue_priority); in test_multi_queue_priority()
/dpdk/drivers/event/cnxk/
H A Dcnxk_eventdev_selftest.c506 int i, max_evts_roundoff; in test_multi_queue_priority() local
518 max_evts_roundoff = MAX_EVENTS / queue_count; in test_multi_queue_priority()
519 max_evts_roundoff *= queue_count; in test_multi_queue_priority()
521 for (i = 0; i < max_evts_roundoff; i++) { in test_multi_queue_priority()
535 return consume_events(0, max_evts_roundoff, validate_queue_priority); in test_multi_queue_priority()