Lines Matching refs:net_stats
936 struct net_device_stats *stats = &hp->net_stats; in happy_meal_get_counters()
1949 hp->net_stats.tx_bytes += skb->len; in happy_meal_tx()
1966 hp->net_stats.tx_packets++; in happy_meal_tx()
2011 hp->net_stats.rx_errors++; in happy_meal_rx()
2013 hp->net_stats.rx_length_errors++; in happy_meal_rx()
2015 hp->net_stats.rx_over_errors++; in happy_meal_rx()
2016 hp->net_stats.rx_fifo_errors++; in happy_meal_rx()
2021 hp->net_stats.rx_dropped++; in happy_meal_rx()
2086 hp->net_stats.rx_packets++; in happy_meal_rx()
2087 hp->net_stats.rx_bytes += len; in happy_meal_rx()
2398 return &hp->net_stats; in happy_meal_get_stats()