Lines Matching refs:net_stats
1115 cp->net_stats[0].tx_fifo_errors++;
1120 cp->net_stats[0].tx_errors++;
1127 cp->net_stats[0].collisions += 0x10000;
1130 cp->net_stats[0].tx_aborted_errors += 0x10000;
1131 cp->net_stats[0].collisions += 0x10000;
1135 cp->net_stats[0].tx_aborted_errors += 0x10000;
1136 cp->net_stats[0].collisions += 0x10000;
1507 cp->net_stats[0].rx_frame_errors += 0x10000;
1510 cp->net_stats[0].rx_crc_errors += 0x10000;
1513 cp->net_stats[0].rx_length_errors += 0x10000;
1516 cp->net_stats[0].rx_over_errors++;
1517 cp->net_stats[0].rx_fifo_errors++;
1746 cp->net_stats[0].rx_errors++;
1756 cp->net_stats[0].rx_errors++;
1878 cp->net_stats[ring].tx_packets++;
1879 cp->net_stats[ring].tx_bytes += skb->len;
2304 cp->net_stats[ring].rx_errors++;
2306 cp->net_stats[ring].rx_length_errors++;
2308 cp->net_stats[ring].rx_crc_errors++;
2314 ++cp->net_stats[ring].rx_dropped;
2336 cp->net_stats[ring].rx_packets++;
2337 cp->net_stats[ring].rx_bytes += len;
2460 cp->net_stats[1].rx_dropped++;
2514 cp->net_stats[0].rx_dropped++;
4390 struct net_device_stats *stats = cp->net_stats;
4395 /* we collate all of the stats into net_stats[N_TX_RING] */