Searched refs:consume_events (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/drivers/event/dpaa2/ |
| H A D | dpaa2_eventdev_selftest.c | 342 consume_events(uint8_t port, const uint32_t total_events, validate_event_cb fn) in consume_events() function 408 return consume_events(0 /* port */, MAX_EVENTS, validate_simple_enqdeq); in test_simple_enqdeq() 437 return consume_events(0 /* port */, MAX_EVENTS, NULL); in test_multi_queue_enq_single_port_deq() 679 ret = consume_events(i /* port */, total_events, in test_queue_to_port_single_link() 761 ret = consume_events(0 /* port */, port0_events, in test_queue_to_port_multi_link() 765 ret = consume_events(1 /* port */, port1_events, in test_queue_to_port_multi_link()
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_evdev_selftest.c | 367 consume_events(uint8_t port, const uint32_t total_events, validate_event_cb fn) in consume_events() function 430 return consume_events(0 /* port */, MAX_EVENTS, validate_simple_enqdeq); in test_simple_enqdeq() 465 return consume_events(0 /* port */, MAX_EVENTS, NULL); in test_multi_queue_enq_single_port_deq() 536 return consume_events(0, max_evts_roundoff, validate_queue_priority); in test_multi_queue_priority() 775 ret = consume_events(i /* port */, total_events, in test_queue_to_port_single_link() 854 ret = consume_events(0 /* port */, port0_events, in test_queue_to_port_multi_link() 858 ret = consume_events(1 /* port */, port1_events, in test_queue_to_port_multi_link()
|
| /f-stack/dpdk/drivers/event/octeontx/ |
| H A D | ssovf_evdev_selftest.c | 387 consume_events(uint8_t port, const uint32_t total_events, validate_event_cb fn) in consume_events() function 450 return consume_events(0 /* port */, MAX_EVENTS, validate_simple_enqdeq); in test_simple_enqdeq() 485 return consume_events(0 /* port */, MAX_EVENTS, NULL); in test_multi_queue_enq_single_port_deq() 549 return consume_events(0, max_evts_roundoff, validate_queue_priority); in test_multi_queue_priority() 788 ret = consume_events(i /* port */, total_events, in test_queue_to_port_single_link() 870 ret = consume_events(0 /* port */, port0_events, in test_queue_to_port_multi_link() 874 ret = consume_events(1 /* port */, port1_events, in test_queue_to_port_multi_link()
|