Lines Matching refs:tot
2543 struct rtnl_link_stats64 *tot) in virtnet_stats() argument
2568 tot->rx_packets += rpackets; in virtnet_stats()
2569 tot->tx_packets += tpackets; in virtnet_stats()
2570 tot->rx_bytes += rbytes; in virtnet_stats()
2571 tot->tx_bytes += tbytes; in virtnet_stats()
2572 tot->rx_dropped += rdrops; in virtnet_stats()
2573 tot->tx_errors += terrors; in virtnet_stats()
2576 tot->tx_dropped = dev->stats.tx_dropped; in virtnet_stats()
2577 tot->tx_fifo_errors = dev->stats.tx_fifo_errors; in virtnet_stats()
2578 tot->rx_length_errors = dev->stats.rx_length_errors; in virtnet_stats()
2579 tot->rx_frame_errors = dev->stats.rx_frame_errors; in virtnet_stats()