iPXE
Data Fields
smsc95xx_rx_statistics Struct Reference

Receive statistics. More...

#include <smsc95xx.h>

Data Fields

uint32_t good
 Good frames. More...
 
uint32_t crc
 CRC errors. More...
 
uint32_t undersize
 Runt frame errors. More...
 
uint32_t alignment
 Alignment errors. More...
 
uint32_t oversize
 Frame too long errors. More...
 
uint32_t late
 Later collision errors. More...
 
uint32_t bad
 Bad frames. More...
 
uint32_t dropped
 Dropped frames. More...
 

Detailed Description

Receive statistics.

Definition at line 114 of file smsc95xx.h.

Field Documentation

◆ good

uint32_t smsc95xx_rx_statistics::good

Good frames.

Definition at line 116 of file smsc95xx.h.

◆ crc

uint32_t smsc95xx_rx_statistics::crc

CRC errors.

Definition at line 118 of file smsc95xx.h.

◆ undersize

uint32_t smsc95xx_rx_statistics::undersize

Runt frame errors.

Definition at line 120 of file smsc95xx.h.

◆ alignment

uint32_t smsc95xx_rx_statistics::alignment

Alignment errors.

Definition at line 122 of file smsc95xx.h.

◆ oversize

uint32_t smsc95xx_rx_statistics::oversize

Frame too long errors.

Definition at line 124 of file smsc95xx.h.

◆ late

uint32_t smsc95xx_rx_statistics::late

Later collision errors.

Definition at line 126 of file smsc95xx.h.

◆ bad

uint32_t smsc95xx_rx_statistics::bad

Bad frames.

Definition at line 128 of file smsc95xx.h.

◆ dropped

uint32_t smsc95xx_rx_statistics::dropped

Dropped frames.

Definition at line 130 of file smsc95xx.h.


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