Lines Matching refs:net_stats
965 struct net_device_stats *stats = &hp->net_stats; in happy_meal_get_counters()
1968 hp->net_stats.tx_bytes += skb->len; in happy_meal_tx()
1982 hp->net_stats.tx_packets++; in happy_meal_tx()
2027 hp->net_stats.rx_errors++; in happy_meal_rx()
2029 hp->net_stats.rx_length_errors++; in happy_meal_rx()
2031 hp->net_stats.rx_over_errors++; in happy_meal_rx()
2032 hp->net_stats.rx_fifo_errors++; in happy_meal_rx()
2037 hp->net_stats.rx_dropped++; in happy_meal_rx()
2095 hp->net_stats.rx_packets++; in happy_meal_rx()
2096 hp->net_stats.rx_bytes += len; in happy_meal_rx()
2375 return &hp->net_stats; in happy_meal_get_stats()