Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/renesas/ !
Dravb_main.c2249 struct net_device_stats *nstats, *stats0, *stats1; in ravb_get_stats() local
2259 stats0 = &priv->stats[RAVB_BE]; in ravb_get_stats()
2273 nstats->rx_packets = stats0->rx_packets; in ravb_get_stats()
2274 nstats->tx_packets = stats0->tx_packets; in ravb_get_stats()
2275 nstats->rx_bytes = stats0->rx_bytes; in ravb_get_stats()
2276 nstats->tx_bytes = stats0->tx_bytes; in ravb_get_stats()
2277 nstats->multicast = stats0->multicast; in ravb_get_stats()
2278 nstats->rx_errors = stats0->rx_errors; in ravb_get_stats()
2279 nstats->rx_crc_errors = stats0->rx_crc_errors; in ravb_get_stats()
2280 nstats->rx_frame_errors = stats0->rx_frame_errors; in ravb_get_stats()
[all …]