Lines Matching refs:tot
1870 struct rtnl_link_stats64 *tot) in virtnet_stats() argument
1895 tot->rx_packets += rpackets; in virtnet_stats()
1896 tot->tx_packets += tpackets; in virtnet_stats()
1897 tot->rx_bytes += rbytes; in virtnet_stats()
1898 tot->tx_bytes += tbytes; in virtnet_stats()
1899 tot->rx_dropped += rdrops; in virtnet_stats()
1900 tot->tx_errors += terrors; in virtnet_stats()
1903 tot->tx_dropped = dev->stats.tx_dropped; in virtnet_stats()
1904 tot->tx_fifo_errors = dev->stats.tx_fifo_errors; in virtnet_stats()
1905 tot->rx_length_errors = dev->stats.rx_length_errors; in virtnet_stats()
1906 tot->rx_frame_errors = dev->stats.rx_frame_errors; in virtnet_stats()