Lines Matching refs:tot
3351 struct rtnl_link_stats64 *tot) in virtnet_stats() argument
3376 tot->rx_packets += rpackets; in virtnet_stats()
3377 tot->tx_packets += tpackets; in virtnet_stats()
3378 tot->rx_bytes += rbytes; in virtnet_stats()
3379 tot->tx_bytes += tbytes; in virtnet_stats()
3380 tot->rx_dropped += rdrops; in virtnet_stats()
3381 tot->tx_errors += terrors; in virtnet_stats()
3384 tot->tx_dropped = DEV_STATS_READ(dev, tx_dropped); in virtnet_stats()
3385 tot->tx_fifo_errors = DEV_STATS_READ(dev, tx_fifo_errors); in virtnet_stats()
3386 tot->rx_length_errors = DEV_STATS_READ(dev, rx_length_errors); in virtnet_stats()
3387 tot->rx_frame_errors = DEV_STATS_READ(dev, rx_frame_errors); in virtnet_stats()