Searched refs:tx_total (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/drivers/net/nfb/ |
| H A D | nfb_stats.c | 18 uint64_t tx_total = 0; in nfb_eth_stats_get() local 42 tx_total += tx_queue[i].tx_pkts; in nfb_eth_stats_get() 48 stats->opackets = tx_total; in nfb_eth_stats_get()
|
| /f-stack/dpdk/examples/vhost/ |
| H A D | main.h | 23 uint64_t tx_total; member
|
| H A D | main.c | 835 src_vdev->stats.tx_total++; in virtio_xmit() 1047 vdev->stats.tx_total++; in virtio_tx_route() 1379 uint64_t tx, tx_total, rx, rx_total; in print_stats() local 1391 tx_total = vdev->stats.tx_total; in print_stats() 1393 tx_dropped = tx_total - tx; in print_stats() 1408 tx_total, tx_dropped, tx, in print_stats()
|
| /f-stack/dpdk/drivers/net/null/ |
| H A D | rte_eth_null.c | 306 unsigned long rx_total = 0, tx_total = 0; in eth_stats_get() local 328 tx_total += igb_stats->q_opackets[i]; in eth_stats_get() 332 igb_stats->opackets = tx_total; in eth_stats_get()
|
| /f-stack/dpdk/drivers/net/ring/ |
| H A D | rte_eth_ring.c | 178 unsigned long rx_total = 0, tx_total = 0; in eth_stats_get() local 190 tx_total += stats->q_opackets[i]; in eth_stats_get() 194 stats->opackets = tx_total; in eth_stats_get()
|
| /f-stack/dpdk/drivers/net/af_packet/ |
| H A D | rte_eth_af_packet.c | 329 unsigned long rx_total = 0, tx_total = 0, tx_err_total = 0; in eth_stats_get() local 347 tx_total += igb_stats->q_opackets[i]; in eth_stats_get() 354 igb_stats->opackets = tx_total; in eth_stats_get()
|
| /f-stack/dpdk/drivers/net/vhost/ |
| H A D | rte_eth_vhost.c | 1287 unsigned long rx_total = 0, tx_total = 0; in eth_stats_get() local 1309 tx_total += stats->q_opackets[i]; in eth_stats_get() 1316 stats->opackets = tx_total; in eth_stats_get()
|
| /f-stack/dpdk/drivers/net/szedata2/ |
| H A D | rte_eth_szedata2.c | 1084 uint64_t tx_total = 0; in eth_stats_get() local 1107 tx_total += txq->tx_pkts; in eth_stats_get() 1113 stats->opackets = tx_total; in eth_stats_get()
|
| /f-stack/dpdk/drivers/net/tap/ |
| H A D | rte_eth_tap.c | 1038 unsigned long rx_total = 0, tx_total = 0, tx_err_total = 0; in tap_stats_get() local 1062 tx_total += tap_stats->q_opackets[i]; in tap_stats_get() 1071 tap_stats->opackets = tx_total; in tap_stats_get()
|