stats0           1615 drivers/net/ethernet/renesas/ravb_main.c 	struct net_device_stats *nstats, *stats0, *stats1;
stats0           1618 drivers/net/ethernet/renesas/ravb_main.c 	stats0 = &priv->stats[RAVB_BE];
stats0           1626 drivers/net/ethernet/renesas/ravb_main.c 	nstats->rx_packets = stats0->rx_packets + stats1->rx_packets;
stats0           1627 drivers/net/ethernet/renesas/ravb_main.c 	nstats->tx_packets = stats0->tx_packets + stats1->tx_packets;
stats0           1628 drivers/net/ethernet/renesas/ravb_main.c 	nstats->rx_bytes = stats0->rx_bytes + stats1->rx_bytes;
stats0           1629 drivers/net/ethernet/renesas/ravb_main.c 	nstats->tx_bytes = stats0->tx_bytes + stats1->tx_bytes;
stats0           1630 drivers/net/ethernet/renesas/ravb_main.c 	nstats->multicast = stats0->multicast + stats1->multicast;
stats0           1631 drivers/net/ethernet/renesas/ravb_main.c 	nstats->rx_errors = stats0->rx_errors + stats1->rx_errors;
stats0           1632 drivers/net/ethernet/renesas/ravb_main.c 	nstats->rx_crc_errors = stats0->rx_crc_errors + stats1->rx_crc_errors;
stats0           1634 drivers/net/ethernet/renesas/ravb_main.c 		stats0->rx_frame_errors + stats1->rx_frame_errors;
stats0           1636 drivers/net/ethernet/renesas/ravb_main.c 		stats0->rx_length_errors + stats1->rx_length_errors;
stats0           1638 drivers/net/ethernet/renesas/ravb_main.c 		stats0->rx_missed_errors + stats1->rx_missed_errors;
stats0           1640 drivers/net/ethernet/renesas/ravb_main.c 		stats0->rx_over_errors + stats1->rx_over_errors;