z8530_get_stats

Langue: en

Version: June 2009 (debian - 07/07/09)

Section: 9 (Appels noyau Linux)

NAME

z8530_get_stats - Get network statistics

SYNOPSIS

struct net_device_stats * z8530_get_stats(struct z8530_channel * c);

ARGUMENTS

c

The channel to use

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

AUTHOR

Alan Cox <alan@redhat.com>

Author.