Lines Matching refs:stats
1362 struct net_device_stats stats;
2349 /* NOTE: It might not be necessary to read the stats before a
2591 * stats, puts the adapter into reset state, deactivates
2625 * stats for.
2638 /* Should only read stats if open ? */
2654 return ( &( (TLanPrivateInfo *) dev->priv )->stats );
2799 priv->stats.tx_bytes += head_list->frameSize;
2921 priv->stats.rx_bytes += head_list->frameSize;
2944 priv->stats.rx_bytes += frameSize;
3447 * to which to read stats.
3497 priv->stats.rx_packets += rx_good;
3498 priv->stats.rx_errors += rx_over + crc + code;
3499 priv->stats.tx_packets += tx_good;
3500 priv->stats.tx_errors += tx_under + loss;
3501 priv->stats.collisions += multi_col + single_col + excess_col + late_col;
3503 priv->stats.rx_over_errors += rx_over;
3504 priv->stats.rx_crc_errors += crc;
3505 priv->stats.rx_frame_errors += code;
3507 priv->stats.tx_aborted_errors += tx_under;
3508 priv->stats.tx_carrier_errors += loss;