Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev_selftest.c508 int i, max_evts_roundoff; in test_multi_queue_priority() local
519 max_evts_roundoff = MAX_EVENTS / queue_count; in test_multi_queue_priority()
520 max_evts_roundoff *= queue_count; in test_multi_queue_priority()
522 for (i = 0; i < max_evts_roundoff; i++) { in test_multi_queue_priority()
536 return consume_events(0, max_evts_roundoff, validate_queue_priority); in test_multi_queue_priority()
/f-stack/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()