Home
last modified time | relevance | path

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

/dpdk/app/test-eventdev/
H A Dtest_pipeline_queue.c155 enq = pipeline_event_tx_vector(dev, port, &ev, t); in pipeline_queue_worker_single_stage_tx_vector()
215 pipeline_event_tx_vector(dev, port, &ev[i], t); in pipeline_queue_worker_single_stage_burst_tx_vector()
433 enq = pipeline_event_tx_vector(dev, port, &ev, t); in pipeline_queue_worker_multi_stage_tx_vector()
506 pipeline_event_tx_vector(dev, port, &ev[i], t); in pipeline_queue_worker_multi_stage_burst_tx_vector()
H A Dtest_pipeline_atq.c139 enq = pipeline_event_tx_vector(dev, port, &ev, t); in pipeline_atq_worker_single_stage_tx_vector()
393 enq = pipeline_event_tx_vector(dev, port, &ev, t); in pipeline_atq_worker_multi_stage_tx_vector()
463 pipeline_event_tx_vector(dev, port, &ev[i], t); in pipeline_atq_worker_multi_stage_burst_tx_vector()
H A Dtest_pipeline_common.h129 pipeline_event_tx_vector(const uint8_t dev, const uint8_t port, in pipeline_event_tx_vector() function