Home
last modified time | relevance | path

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

/dpdk/examples/dma/
H A Ddmafwd.c65 uint64_t total_packets_tx; member
161 ts->total_packets_tx / stats_interval, in print_total_stats()
233 delta_ts.total_packets_tx += in print_stats()
253 delta_ts.total_packets_tx -= ts.total_packets_tx; in print_stats()
265 ts.total_packets_tx += delta_ts.total_packets_tx; in print_stats()
/dpdk/examples/link_status_interrupt/
H A Dmain.c113 uint64_t total_packets_dropped, total_packets_tx, total_packets_rx; in print_stats() local
117 total_packets_tx = 0; in print_stats()
156 total_packets_tx += port_statistics[portid].tx; in print_stats()
163 total_packets_tx, in print_stats()
/dpdk/examples/l2fwd-keepalive/
H A Dmain.c122 uint64_t total_packets_dropped, total_packets_tx, total_packets_rx; in print_stats() local
126 total_packets_tx = 0; in print_stats()
151 total_packets_tx += port_statistics[portid].tx; in print_stats()
158 total_packets_tx, in print_stats()
/dpdk/examples/l2fwd-event/
H A Dmain.c462 uint64_t total_packets_dropped, total_packets_tx, total_packets_rx; in print_stats() local
466 total_packets_tx = 0; in print_stats()
492 total_packets_tx += rsrc->port_stats[port_id].tx; in print_stats()
547 total_packets_tx, in print_stats()
/dpdk/examples/l2fwd/
H A Dmain.c122 uint64_t total_packets_dropped, total_packets_tx, total_packets_rx; in print_stats() local
126 total_packets_tx = 0; in print_stats()
151 total_packets_tx += port_statistics[portid].tx; in print_stats()
158 total_packets_tx, in print_stats()
/dpdk/examples/l2fwd-jobstats/
H A Dmain.c285 uint64_t total_packets_dropped, total_packets_tx, total_packets_rx; in show_stats_cb() local
289 total_packets_tx = 0; in show_stats_cb()
314 total_packets_tx += port_statistics[portid].tx; in show_stats_cb()
323 total_packets_tx, in show_stats_cb()
/dpdk/examples/l2fwd-crypto/
H A Dmain.c263 uint64_t total_packets_dropped, total_packets_tx, total_packets_rx; in print_stats() local
270 total_packets_tx = 0; in print_stats()
298 total_packets_tx += port_statistics[portid].tx; in print_stats()
331 total_packets_tx, in print_stats()
/dpdk/examples/ipsec-secgw/
H A Dipsec-secgw.c317 uint64_t total_packets_dropped, total_packets_tx, total_packets_rx; in print_stats_cb() local
322 total_packets_tx = 0; in print_stats_cb()
359 total_packets_tx += core_statistics[coreid].tx; in print_stats_cb()
367 total_packets_tx, in print_stats_cb()