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 113 of file smsc95xx.h.

Field Documentation

◆ good

uint32_t smsc95xx_rx_statistics::good

Good frames.

Definition at line 115 of file smsc95xx.h.

◆ crc

uint32_t smsc95xx_rx_statistics::crc

CRC errors.

Definition at line 117 of file smsc95xx.h.

◆ undersize

uint32_t smsc95xx_rx_statistics::undersize

Runt frame errors.

Definition at line 119 of file smsc95xx.h.

◆ alignment

uint32_t smsc95xx_rx_statistics::alignment

Alignment errors.

Definition at line 121 of file smsc95xx.h.

◆ oversize

uint32_t smsc95xx_rx_statistics::oversize

Frame too long errors.

Definition at line 123 of file smsc95xx.h.

◆ late

uint32_t smsc95xx_rx_statistics::late

Later collision errors.

Definition at line 125 of file smsc95xx.h.

◆ bad

uint32_t smsc95xx_rx_statistics::bad

Bad frames.

Definition at line 127 of file smsc95xx.h.

◆ dropped

uint32_t smsc95xx_rx_statistics::dropped

Dropped frames.

Definition at line 129 of file smsc95xx.h.


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