Lines Matching refs:enet_stats
214 struct net_device_stats enet_stats; member
488 nl->enet_stats.tx_errors++; in plip_bh_timeout_error()
489 nl->enet_stats.tx_aborted_errors++; in plip_bh_timeout_error()
506 nl->enet_stats.rx_dropped++; in plip_bh_timeout_error()
720 nl->enet_stats.rx_crc_errors++; in plip_receive_packet()
732 nl->enet_stats.rx_bytes += rcv->length.h; in plip_receive_packet()
733 nl->enet_stats.rx_packets++; in plip_receive_packet()
836 nl->enet_stats.collisions++; in plip_send_packet()
852 nl->enet_stats.collisions++; in plip_send_packet()
900 nl->enet_stats.tx_bytes += snd->skb->len; in plip_send_packet()
902 nl->enet_stats.tx_packets++; in plip_send_packet()
1270 struct net_device_stats *r = &nl->enet_stats; in plip_get_stats()