struct net_device_stats * e100_get_stats (struct net_device * dev);
This routine is called when the OS wants the adapter's stats returned. It returns the address of the net_device_stats stucture for the device. If the statistics are currently being updated, then they might be incorrect for a short while. However, since this cannot actually cause damage, no locking is used.