Searched refs:enet_stats (Results 1 – 2 of 2) sorted by relevance
172 struct net_device_stats *stats = &bp->enet_stats; in bigmac_get_counters()776 bp->enet_stats.tx_packets++; in bigmac_tx()777 bp->enet_stats.tx_bytes += skb->len; in bigmac_tx()813 bp->enet_stats.rx_errors++; in bigmac_rx()814 bp->enet_stats.rx_length_errors++; in bigmac_rx()818 bp->enet_stats.rx_dropped++; in bigmac_rx()877 bp->enet_stats.rx_packets++; in bigmac_rx()878 bp->enet_stats.rx_bytes += len; in bigmac_rx()989 return &bp->enet_stats; in bigmac_get_stats()
314 struct net_device_stats enet_stats; member