Searched refs:stats0 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/ethernet/renesas/
H A Dravb_main.c2201 struct net_device_stats *nstats, *stats0, *stats1; local
2211 stats0 = &priv->stats[RAVB_BE];
2225 nstats->rx_packets = stats0->rx_packets;
2226 nstats->tx_packets = stats0->tx_packets;
2227 nstats->rx_bytes = stats0->rx_bytes;
2228 nstats->tx_bytes = stats0->tx_bytes;
2229 nstats->multicast = stats0->multicast;
2230 nstats->rx_errors = stats0->rx_errors;
2231 nstats->rx_crc_errors = stats0->rx_crc_errors;
2232 nstats->rx_frame_errors = stats0
[all...]

Completed in 129 milliseconds