Home
last modified time | relevance | path

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

/dpdk/app/test-eventdev/
H A Dtest_pipeline_queue.c101 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_queue_worker_single_stage_burst_tx()
130 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_queue_worker_single_stage_burst_fwd()
225 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_queue_worker_single_stage_burst_tx_vector()
257 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_queue_worker_single_stage_burst_fwd_vector()
365 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_queue_worker_multi_stage_burst_tx()
405 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_queue_worker_multi_stage_burst_fwd()
519 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_queue_worker_multi_stage_burst_tx_vector()
558 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_queue_worker_multi_stage_burst_fwd_vector()
H A Dtest_pipeline_atq.c116 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_atq_worker_single_stage_burst_fwd()
228 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_atq_worker_single_stage_burst_fwd_vector()
329 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_atq_worker_multi_stage_burst_tx()
367 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_atq_worker_multi_stage_burst_fwd()
474 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_atq_worker_multi_stage_burst_tx_vector()
514 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_atq_worker_multi_stage_burst_fwd_vector()
H A Dtest_pipeline_common.h170 pipeline_event_enqueue_burst(const uint8_t dev, const uint8_t port, in pipeline_event_enqueue_burst() function