|
iPXE
|
Receive statistics. More...
#include <smsc75xx.h>
Data Fields | |
| struct smsc75xx_rx_error_statistics | err |
| Error statistics. | |
| struct smsc75xx_byte_statistics | byte |
| Byte count statistics. | |
| struct smsc75xx_frame_statistics | frame |
| Frame count statistics. | |
Receive statistics.
Definition at line 156 of file smsc75xx.h.
| struct smsc75xx_rx_error_statistics smsc75xx_rx_statistics::err |
Error statistics.
Definition at line 158 of file smsc75xx.h.
Referenced by smsc75xx_dump_statistics().
| struct smsc75xx_byte_statistics smsc75xx_rx_statistics::byte |
Byte count statistics.
Definition at line 160 of file smsc75xx.h.
Referenced by smsc75xx_dump_statistics().
| struct smsc75xx_frame_statistics smsc75xx_rx_statistics::frame |
Frame count statistics.
Definition at line 162 of file smsc75xx.h.
Referenced by smsc75xx_dump_statistics().