Lines Matching refs:tot
1057 struct rtnl_link_stats64 *tot) in virtnet_stats() argument
1079 tot->rx_packets += rpackets; in virtnet_stats()
1080 tot->tx_packets += tpackets; in virtnet_stats()
1081 tot->rx_bytes += rbytes; in virtnet_stats()
1082 tot->tx_bytes += tbytes; in virtnet_stats()
1085 tot->tx_dropped = dev->stats.tx_dropped; in virtnet_stats()
1086 tot->tx_fifo_errors = dev->stats.tx_fifo_errors; in virtnet_stats()
1087 tot->rx_dropped = dev->stats.rx_dropped; in virtnet_stats()
1088 tot->rx_length_errors = dev->stats.rx_length_errors; in virtnet_stats()
1089 tot->rx_frame_errors = dev->stats.rx_frame_errors; in virtnet_stats()
1091 return tot; in virtnet_stats()