.\" 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 "Z8530_GET_STATS" "" "06 October 2005" "" ""
.SH NAME
z8530_get_stats \- Get network statistics
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct net_device_stats * z8530_get_stats (struct z8530_channel * \fIc\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIc\fB\fR
The channel to use
.SH "DESCRIPTION"
.PP
Get the statistics block. We keep the statistics in software as
the chip doesn't do it for us.
.PP
Locking is ignored here - we could lock for a copy but its
not likely to be that big an issue