Searched refs:total_packets_tx (Results 1 – 8 of 8) sorted by relevance
| /f-stack/dpdk/examples/ioat/ |
| H A D | ioatfwd.c | 62 uint64_t total_packets_tx; member 148 ts->total_packets_tx, in print_total_stats() 263 delta_ts.total_packets_tx += in print_stats() 287 delta_ts.total_packets_tx -= ts.total_packets_tx; in print_stats() 299 ts.total_packets_tx += delta_ts.total_packets_tx; in print_stats()
|
| /f-stack/dpdk/examples/link_status_interrupt/ |
| H A D | main.c | 111 uint64_t total_packets_dropped, total_packets_tx, total_packets_rx; in print_stats() local 115 total_packets_tx = 0; in print_stats() 154 total_packets_tx += port_statistics[portid].tx; in print_stats() 161 total_packets_tx, in print_stats()
|
| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | main.c | 424 uint64_t total_packets_dropped, total_packets_tx, total_packets_rx; in print_stats() local 428 total_packets_tx = 0; in print_stats() 454 total_packets_tx += rsrc->port_stats[port_id].tx; in print_stats() 509 total_packets_tx, in print_stats()
|
| /f-stack/dpdk/examples/l2fwd-keepalive/ |
| H A D | main.c | 123 uint64_t total_packets_dropped, total_packets_tx, total_packets_rx; in print_stats() local 127 total_packets_tx = 0; in print_stats() 152 total_packets_tx += port_statistics[portid].tx; in print_stats() 159 total_packets_tx, in print_stats()
|
| /f-stack/dpdk/examples/l2fwd/ |
| H A D | main.c | 119 uint64_t total_packets_dropped, total_packets_tx, total_packets_rx; in print_stats() local 123 total_packets_tx = 0; in print_stats() 148 total_packets_tx += port_statistics[portid].tx; in print_stats() 155 total_packets_tx, in print_stats()
|
| /f-stack/dpdk/examples/l2fwd-jobstats/ |
| H A D | main.c | 284 uint64_t total_packets_dropped, total_packets_tx, total_packets_rx; in show_stats_cb() local 288 total_packets_tx = 0; in show_stats_cb() 313 total_packets_tx += port_statistics[portid].tx; in show_stats_cb() 322 total_packets_tx, in show_stats_cb()
|
| /f-stack/dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 265 uint64_t total_packets_dropped, total_packets_tx, total_packets_rx; in print_stats() local 272 total_packets_tx = 0; in print_stats() 300 total_packets_tx += port_statistics[portid].tx; in print_stats() 333 total_packets_tx, in print_stats()
|
| /f-stack/dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.c | 299 uint64_t total_packets_dropped, total_packets_tx, total_packets_rx; in print_stats_cb() local 304 total_packets_tx = 0; in print_stats_cb() 341 total_packets_tx += core_statistics[coreid].tx; in print_stats_cb() 349 total_packets_tx, in print_stats_cb()
|