Home
last modified time | relevance | path

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

/dpdk/examples/distributor/
H A Dmain.c327 flush_all_ports(struct output_buffer *tx_buffers) in flush_all_ports() argument
336 if (tx_buffers[outp].count == 0) in flush_all_ports()
339 flush_one_port(&tx_buffers[outp], outp); in flush_all_ports()
399 static struct output_buffer tx_buffers[RTE_MAX_ETHPORTS]; in lcore_tx() local
430 flush_all_ports(tx_buffers); in lcore_tx()
452 outbuf = &tx_buffers[outp]; in lcore_tx()