Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-eventdev/
H A Dtest_pipeline_queue.c95 pipeline_event_enqueue_burst(dev, port, ev, nb_rx); in pipeline_queue_worker_single_stage_burst_tx()
123 pipeline_event_enqueue_burst(dev, port, ev, nb_rx); in pipeline_queue_worker_single_stage_burst_fwd()
227 pipeline_event_enqueue_burst(dev, port, ev, nb_rx); in pipeline_queue_worker_multi_stage_burst_tx()
265 pipeline_event_enqueue_burst(dev, port, ev, nb_rx); in pipeline_queue_worker_multi_stage_burst_fwd()
H A Dtest_pipeline_atq.c109 pipeline_event_enqueue_burst(dev, port, ev, nb_rx); in pipeline_atq_worker_single_stage_burst_fwd()
205 pipeline_event_enqueue_burst(dev, port, ev, nb_rx); in pipeline_atq_worker_multi_stage_burst_tx()
242 pipeline_event_enqueue_burst(dev, port, ev, nb_rx); in pipeline_atq_worker_multi_stage_burst_fwd()
H A Dtest_pipeline_common.h135 pipeline_event_enqueue_burst(const uint8_t dev, const uint8_t port, in pipeline_event_enqueue_burst() function