Lines Matching refs:net_stats
1114 cp->net_stats[0].tx_fifo_errors++;
1119 cp->net_stats[0].tx_errors++;
1126 cp->net_stats[0].collisions += 0x10000;
1129 cp->net_stats[0].tx_aborted_errors += 0x10000;
1130 cp->net_stats[0].collisions += 0x10000;
1134 cp->net_stats[0].tx_aborted_errors += 0x10000;
1135 cp->net_stats[0].collisions += 0x10000;
1493 cp->net_stats[0].rx_frame_errors += 0x10000;
1496 cp->net_stats[0].rx_crc_errors += 0x10000;
1499 cp->net_stats[0].rx_length_errors += 0x10000;
1502 cp->net_stats[0].rx_over_errors++;
1503 cp->net_stats[0].rx_fifo_errors++;
1733 cp->net_stats[0].rx_errors++;
1743 cp->net_stats[0].rx_errors++;
1865 cp->net_stats[ring].tx_packets++;
1866 cp->net_stats[ring].tx_bytes += skb->len;
2275 cp->net_stats[ring].rx_errors++;
2277 cp->net_stats[ring].rx_length_errors++;
2279 cp->net_stats[ring].rx_crc_errors++;
2285 ++cp->net_stats[ring].rx_dropped;
2307 cp->net_stats[ring].rx_packets++;
2308 cp->net_stats[ring].rx_bytes += len;
2431 cp->net_stats[1].rx_dropped++;
2485 cp->net_stats[0].rx_dropped++;
4355 struct net_device_stats *stats = cp->net_stats;
4360 /* we collate all of the stats into net_stats[N_TX_RING] */