Lines Matching refs:tot
1052 struct rtnl_link_stats64 *tot) in virtnet_stats() argument
1074 tot->rx_packets += rpackets; in virtnet_stats()
1075 tot->tx_packets += tpackets; in virtnet_stats()
1076 tot->rx_bytes += rbytes; in virtnet_stats()
1077 tot->tx_bytes += tbytes; in virtnet_stats()
1080 tot->tx_dropped = dev->stats.tx_dropped; in virtnet_stats()
1081 tot->tx_fifo_errors = dev->stats.tx_fifo_errors; in virtnet_stats()
1082 tot->rx_dropped = dev->stats.rx_dropped; in virtnet_stats()
1083 tot->rx_length_errors = dev->stats.rx_length_errors; in virtnet_stats()
1084 tot->rx_frame_errors = dev->stats.rx_frame_errors; in virtnet_stats()
1086 return tot; in virtnet_stats()