Home
last modified time | relevance | path

Searched refs:pipeline_event_tx (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/app/test-eventdev/
H A Dtest_pipeline_queue.c32 pipeline_event_tx(dev, port, &ev); in pipeline_queue_worker_single_stage_tx()
85 pipeline_event_tx(dev, port, &ev[i]); in pipeline_queue_worker_single_stage_burst_tx()
148 pipeline_event_tx(dev, port, &ev); in pipeline_queue_worker_multi_stage_tx()
215 pipeline_event_tx(dev, port, &ev[i]); in pipeline_queue_worker_multi_stage_burst_tx()
H A Dtest_pipeline_atq.c31 pipeline_event_tx(dev, port, &ev); in pipeline_atq_worker_single_stage_tx()
132 pipeline_event_tx(dev, port, &ev); in pipeline_atq_worker_multi_stage_tx()
195 pipeline_event_tx(dev, port, &ev[i]); in pipeline_atq_worker_multi_stage_burst_tx()
H A Dtest_pipeline_common.h105 pipeline_event_tx(const uint8_t dev, const uint8_t port, in pipeline_event_tx() function