Searched refs:pipeline_event_tx (Results 1 – 3 of 3) sorted by relevance
| /dpdk/app/test-eventdev/ |
| H A D | test_pipeline_queue.c | 35 enq = pipeline_event_tx(dev, port, &ev, t); in pipeline_queue_worker_single_stage_tx() 92 pipeline_event_tx(dev, port, &ev[i], t); in pipeline_queue_worker_single_stage_burst_tx() 283 enq = pipeline_event_tx(dev, port, &ev, t); in pipeline_queue_worker_multi_stage_tx() 354 pipeline_event_tx(dev, port, &ev[i], t); in pipeline_queue_worker_multi_stage_burst_tx()
|
| H A D | test_pipeline_atq.c | 34 deq = pipeline_event_tx(dev, port, &ev, t); in pipeline_atq_worker_single_stage_tx() 253 enq = pipeline_event_tx(dev, port, &ev, t); in pipeline_atq_worker_multi_stage_tx() 319 pipeline_event_tx(dev, port, &ev[i], t); in pipeline_atq_worker_multi_stage_burst_tx()
|
| H A D | test_pipeline_common.h | 113 pipeline_event_tx(const uint8_t dev, const uint8_t port, in pipeline_event_tx() function
|