Lines Matching refs:nb_tx

79 	uint16_t nb_rx = 0, nb_tx = 0;  in pipeline_queue_worker_single_stage_burst_tx()  local
101 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_queue_worker_single_stage_burst_tx()
103 pipeline_worker_cleanup(dev, port, ev, nb_tx, nb_rx); in pipeline_queue_worker_single_stage_burst_tx()
113 uint16_t nb_rx = 0, nb_tx = 0; in pipeline_queue_worker_single_stage_burst_fwd() local
130 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_queue_worker_single_stage_burst_fwd()
133 pipeline_worker_cleanup(dev, port, ev, nb_tx, nb_rx); in pipeline_queue_worker_single_stage_burst_fwd()
201 uint16_t nb_rx = 0, nb_tx = 0; in pipeline_queue_worker_single_stage_burst_tx_vector() local
225 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_queue_worker_single_stage_burst_tx_vector()
227 pipeline_worker_cleanup(dev, port, ev, nb_tx, nb_rx); in pipeline_queue_worker_single_stage_burst_tx_vector()
237 uint16_t nb_rx = 0, nb_tx = 0; in pipeline_queue_worker_single_stage_burst_fwd_vector() local
257 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_queue_worker_single_stage_burst_fwd_vector()
260 pipeline_worker_cleanup(dev, port, ev, nb_tx, nb_rx); in pipeline_queue_worker_single_stage_burst_fwd_vector()
339 uint16_t nb_rx = 0, nb_tx = 0; in pipeline_queue_worker_multi_stage_burst_tx() local
365 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_queue_worker_multi_stage_burst_tx()
367 pipeline_worker_cleanup(dev, port, ev, nb_tx, nb_rx); in pipeline_queue_worker_multi_stage_burst_tx()
377 uint16_t nb_rx = 0, nb_tx = 0; in pipeline_queue_worker_multi_stage_burst_fwd() local
405 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_queue_worker_multi_stage_burst_fwd()
408 pipeline_worker_cleanup(dev, port, ev, nb_tx, nb_rx); in pipeline_queue_worker_multi_stage_burst_fwd()
490 uint16_t nb_rx = 0, nb_tx = 0; in pipeline_queue_worker_multi_stage_burst_tx_vector() local
519 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_queue_worker_multi_stage_burst_tx_vector()
521 pipeline_worker_cleanup(dev, port, ev, nb_tx, nb_rx); in pipeline_queue_worker_multi_stage_burst_tx_vector()
531 uint16_t nb_rx = 0, nb_tx = 0; in pipeline_queue_worker_multi_stage_burst_fwd_vector() local
558 nb_tx = pipeline_event_enqueue_burst(dev, port, ev, nb_rx, t); in pipeline_queue_worker_multi_stage_burst_fwd_vector()
560 pipeline_worker_cleanup(dev, port, ev, nb_tx, nb_rx); in pipeline_queue_worker_multi_stage_burst_fwd_vector()