iPXE
smsc75xx_rx_error_statistics Struct Reference

Receive error statistics. More...

#include <smsc75xx.h>

Data Fields

uint32_t fcs
 FCS errors.
uint32_t alignment
 Alignment errors.
uint32_t fragment
 Fragment errors.
uint32_t jabber
 Jabber errors.
uint32_t undersize
 Undersize frame errors.
uint32_t oversize
 Oversize frame errors.
uint32_t dropped
 Dropped frame errors.

Detailed Description

Receive error statistics.

Definition at line 138 of file smsc75xx.h.

Field Documentation

◆ fcs

uint32_t smsc75xx_rx_error_statistics::fcs

FCS errors.

Definition at line 140 of file smsc75xx.h.

Referenced by smsc75xx_dump_statistics().

◆ alignment

uint32_t smsc75xx_rx_error_statistics::alignment

Alignment errors.

Definition at line 142 of file smsc75xx.h.

Referenced by smsc75xx_dump_statistics().

◆ fragment

uint32_t smsc75xx_rx_error_statistics::fragment

Fragment errors.

Definition at line 144 of file smsc75xx.h.

Referenced by smsc75xx_dump_statistics().

◆ jabber

uint32_t smsc75xx_rx_error_statistics::jabber

Jabber errors.

Definition at line 146 of file smsc75xx.h.

Referenced by smsc75xx_dump_statistics().

◆ undersize

uint32_t smsc75xx_rx_error_statistics::undersize

Undersize frame errors.

Definition at line 148 of file smsc75xx.h.

Referenced by smsc75xx_dump_statistics().

◆ oversize

uint32_t smsc75xx_rx_error_statistics::oversize

Oversize frame errors.

Definition at line 150 of file smsc75xx.h.

Referenced by smsc75xx_dump_statistics().

◆ dropped

uint32_t smsc75xx_rx_error_statistics::dropped

Dropped frame errors.

Definition at line 152 of file smsc75xx.h.

Referenced by smsc75xx_dump_statistics().


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