.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "E100_GET_STATS" "" "06 October 2005" "" ""
.SH NAME
e100_get_stats \- get driver statistics
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct net_device_stats * e100_get_stats (struct net_device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
adapter's net_device struct
.SH "DESCRIPTION"
.PP
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.