Lines Matching refs:tot
2060 struct rtnl_link_stats64 *tot) in virtnet_stats() argument
2085 tot->rx_packets += rpackets; in virtnet_stats()
2086 tot->tx_packets += tpackets; in virtnet_stats()
2087 tot->rx_bytes += rbytes; in virtnet_stats()
2088 tot->tx_bytes += tbytes; in virtnet_stats()
2089 tot->rx_dropped += rdrops; in virtnet_stats()
2090 tot->tx_errors += terrors; in virtnet_stats()
2093 tot->tx_dropped = dev->stats.tx_dropped; in virtnet_stats()
2094 tot->tx_fifo_errors = dev->stats.tx_fifo_errors; in virtnet_stats()
2095 tot->rx_length_errors = dev->stats.rx_length_errors; in virtnet_stats()
2096 tot->rx_frame_errors = dev->stats.rx_frame_errors; in virtnet_stats()