.TH "z8530_get_stats" 9 "z8530_get_stats" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME z8530_get_stats \- Get network statistics .SH SYNOPSIS .B "struct net_device_stats *" z8530_get_stats .BI "(struct z8530_channel *" c ");" .SH ARGUMENTS .IP "c" 12 The channel to use .SH "DESCRIPTION" Get the statistics block. We keep the statistics in software as the chip doesn't do it for us. Locking is ignored here - we could lock for a copy but its not likely to be that big an issue