Lines Matching defs:tot
2559 struct rtnl_link_stats64 *tot)
2584 tot->rx_packets += rpackets;
2585 tot->tx_packets += tpackets;
2586 tot->rx_bytes += rbytes;
2587 tot->tx_bytes += tbytes;
2588 tot->rx_dropped += rdrops;
2589 tot->tx_errors += terrors;
2592 tot->tx_dropped = DEV_STATS_READ(dev, tx_dropped);
2593 tot->tx_fifo_errors = DEV_STATS_READ(dev, tx_fifo_errors);
2594 tot->rx_length_errors = DEV_STATS_READ(dev, rx_length_errors);
2595 tot->rx_frame_errors = DEV_STATS_READ(dev, rx_frame_errors);