Lines Matching refs:tot
3684 struct rtnl_link_stats64 *tot) in virtnet_stats() argument
3709 tot->rx_packets += rpackets; in virtnet_stats()
3710 tot->tx_packets += tpackets; in virtnet_stats()
3711 tot->rx_bytes += rbytes; in virtnet_stats()
3712 tot->tx_bytes += tbytes; in virtnet_stats()
3713 tot->rx_dropped += rdrops; in virtnet_stats()
3714 tot->tx_errors += terrors; in virtnet_stats()
3717 tot->tx_dropped = DEV_STATS_READ(dev, tx_dropped); in virtnet_stats()
3718 tot->tx_fifo_errors = DEV_STATS_READ(dev, tx_fifo_errors); in virtnet_stats()
3719 tot->rx_length_errors = DEV_STATS_READ(dev, rx_length_errors); in virtnet_stats()
3720 tot->rx_frame_errors = DEV_STATS_READ(dev, rx_frame_errors); in virtnet_stats()