Lines Matching refs:old_stats
12022 struct rtnl_link_stats64 *old_stats = &tp->net_stats_prev; in tg3_get_nstats() local
12028 stats->rx_packets = old_stats->rx_packets + in tg3_get_nstats()
12033 stats->tx_packets = old_stats->tx_packets + in tg3_get_nstats()
12038 stats->rx_bytes = old_stats->rx_bytes + in tg3_get_nstats()
12040 stats->tx_bytes = old_stats->tx_bytes + in tg3_get_nstats()
12043 stats->rx_errors = old_stats->rx_errors + in tg3_get_nstats()
12045 stats->tx_errors = old_stats->tx_errors + in tg3_get_nstats()
12051 stats->multicast = old_stats->multicast + in tg3_get_nstats()
12053 stats->collisions = old_stats->collisions + in tg3_get_nstats()
12056 stats->rx_length_errors = old_stats->rx_length_errors + in tg3_get_nstats()
12060 stats->rx_frame_errors = old_stats->rx_frame_errors + in tg3_get_nstats()
12062 stats->tx_aborted_errors = old_stats->tx_aborted_errors + in tg3_get_nstats()
12064 stats->tx_carrier_errors = old_stats->tx_carrier_errors + in tg3_get_nstats()
12067 stats->rx_crc_errors = old_stats->rx_crc_errors + in tg3_get_nstats()
12070 stats->rx_missed_errors = old_stats->rx_missed_errors + in tg3_get_nstats()
12081 rx_dropped = (unsigned long)(old_stats->rx_dropped); in tg3_get_nstats()
12082 tx_dropped = (unsigned long)(old_stats->tx_dropped); in tg3_get_nstats()