net_device_stats Struct Reference

Network device statistics. More...

#include <netdevice.h>


Data Fields

unsigned int good
 Count of successful completions.
unsigned int bad
 Count of error completions.
struct net_device_error errors [NETDEV_MAX_UNIQUE_ERRORS]
 Error breakdowns.


Detailed Description

Network device statistics.

Definition at line 243 of file netdevice.h.


Field Documentation

unsigned int net_device_stats::good

Count of successful completions.

Definition at line 245 of file netdevice.h.

Referenced by efi_snp_statistics(), ifstat(), netdev_record_stat(), and pxenv_undi_get_statistics().

unsigned int net_device_stats::bad

Count of error completions.

Definition at line 247 of file netdevice.h.

Referenced by efi_snp_statistics(), ifstat(), netdev_record_stat(), and pxenv_undi_get_statistics().

struct net_device_error net_device_stats::errors[NETDEV_MAX_UNIQUE_ERRORS] [read]

Error breakdowns.

Definition at line 249 of file netdevice.h.

Referenced by ifstat_errors(), and netdev_record_stat().


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:07 2010 for gPXE by  doxygen 1.5.7.1