Searched refs:pipeline_event_tx_vector (Results 1 – 3 of 3) sorted by relevance
/dpdk/app/test-eventdev/ |
H A D | test_pipeline_queue.c | 155 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 D | test_pipeline_atq.c | 139 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 D | test_pipeline_common.h | 129 pipeline_event_tx_vector(const uint8_t dev, const uint8_t port, in pipeline_event_tx_vector() function
|