eth_stat Struct Reference
[Generic DP8390 network interface family service]

Ethernet statistics. More...

#include <dp8390_port.h>

Data Fields

unsigned long ets_recvErr
 Number of receive errors.
unsigned long ets_sendErr
 Number of send error.
unsigned long ets_OVW
 Number of buffer overwrite warnings.
unsigned long ets_CRCerr
 Number of crc errors of read.
unsigned long ets_frameAll
 Number of frames not alligned (number of bits % 8 != 0).
unsigned long ets_missedP
 Number of packets missed due to slow processing.
unsigned long ets_packetR
 Number of packets received.
unsigned long ets_packetT
 Number of packets transmitted.
unsigned long ets_transDef
 Number of transmission defered (Tx was busy).
unsigned long ets_collision
 Number of collissions.
unsigned long ets_transAb
 Number of Tx aborted due to excess collisions.
unsigned long ets_carrSense
 Number of carrier sense lost.
unsigned long ets_fifoUnder
 Number of FIFO underruns (processor too busy).
unsigned long ets_fifoOver
 Number of FIFO overruns (processor too busy).
unsigned long ets_CDheartbeat
 Number of times unable to transmit collision sig.
unsigned long ets_OWC
 Number of times out of window collision.

Detailed Description

Ethernet statistics.


Field Documentation

unsigned long eth_stat::ets_carrSense

Number of carrier sense lost.

Referenced by netif_get_device_stats().

Number of times unable to transmit collision sig.

Referenced by netif_get_device_stats().

unsigned long eth_stat::ets_collision

Number of collissions.

Referenced by netif_get_device_stats().

unsigned long eth_stat::ets_CRCerr

Number of crc errors of read.

Referenced by netif_get_device_stats().

unsigned long eth_stat::ets_fifoOver

Number of FIFO overruns (processor too busy).

unsigned long eth_stat::ets_fifoUnder

Number of FIFO underruns (processor too busy).

unsigned long eth_stat::ets_frameAll

Number of frames not alligned (number of bits % 8 != 0).

Referenced by netif_get_device_stats().

unsigned long eth_stat::ets_missedP

Number of packets missed due to slow processing.

Referenced by netif_get_device_stats().

unsigned long eth_stat::ets_OVW

Number of buffer overwrite warnings.

unsigned long eth_stat::ets_OWC

Number of times out of window collision.

Referenced by netif_get_device_stats().

unsigned long eth_stat::ets_packetR

Number of packets received.

Referenced by netif_get_device_stats().

unsigned long eth_stat::ets_packetT

Number of packets transmitted.

Referenced by netif_get_device_stats().

unsigned long eth_stat::ets_recvErr

Number of receive errors.

Referenced by netif_get_device_stats().

unsigned long eth_stat::ets_sendErr

Number of send error.

Referenced by netif_get_device_stats().

unsigned long eth_stat::ets_transAb

Number of Tx aborted due to excess collisions.

Referenced by netif_get_device_stats().

unsigned long eth_stat::ets_transDef

Number of transmission defered (Tx was busy).


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

Generated on Thu Mar 11 20:48:28 2010 for Networking and TCP/IP stack for HelenOS system by  doxygen 1.6.1