iPXE
Data Fields
smsc75xx_rx_error_statistics Struct Reference

Receive error statistics. More...

#include <smsc75xx.h>

Data Fields

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

Detailed Description

Receive error statistics.

Definition at line 137 of file smsc75xx.h.

Field Documentation

◆ fcs

uint32_t smsc75xx_rx_error_statistics::fcs

FCS errors.

Definition at line 139 of file smsc75xx.h.

Referenced by smsc75xx_dump_statistics().

◆ alignment

uint32_t smsc75xx_rx_error_statistics::alignment

Alignment errors.

Definition at line 141 of file smsc75xx.h.

Referenced by smsc75xx_dump_statistics().

◆ fragment

uint32_t smsc75xx_rx_error_statistics::fragment

Fragment errors.

Definition at line 143 of file smsc75xx.h.

Referenced by smsc75xx_dump_statistics().

◆ jabber

uint32_t smsc75xx_rx_error_statistics::jabber

Jabber errors.

Definition at line 145 of file smsc75xx.h.

Referenced by smsc75xx_dump_statistics().

◆ undersize

uint32_t smsc75xx_rx_error_statistics::undersize

Undersize frame errors.

Definition at line 147 of file smsc75xx.h.

Referenced by smsc75xx_dump_statistics().

◆ oversize

uint32_t smsc75xx_rx_error_statistics::oversize

Oversize frame errors.

Definition at line 149 of file smsc75xx.h.

Referenced by smsc75xx_dump_statistics().

◆ dropped

uint32_t smsc75xx_rx_error_statistics::dropped

Dropped frame errors.

Definition at line 151 of file smsc75xx.h.

Referenced by smsc75xx_dump_statistics().


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