Intel Extensible Firmware Interface Specification page 309

Intel extensible firmware interface specification
Table of Contents

Advertisement

UINT64
UINT64
UINT64
UINT64
UINT64
UINT64
UINT64
UINT64
UINT64
UINT64
UINT64
UINT64
UINT64
UINT64
UINT64
UINT64
UINT64
UINT64
} EFI_NETWORK_STATISTICS;
RxTotalFrames
RxGoodFrames
RxUndersizeFrames
RxOversizeFrames
RxDroppedFrames
RxUnicastFrames
RxBroadcastFrames
RxMulticastFrames
RxCrcErrorFrames
RxTotalBytes
TxTotalFrames
TxGoodFrames
TxUndersizeFrames
Version 1.02
RxDroppedFrames;
RxUnicastFrames;
RxBroadcastFrames;
RxMulticastFrames;
RxCrcErrorFrames;
RxTotalBytes;
TxTotalFrames;
TxGoodFrames;
TxUndersizeFrames;
TxOversizeFrames;
TxDroppedFrames;
TxUnicastFrames;
TxBroadcastFrames;
TxMulticastFrames;
TxCrcErrorFrames;
TxTotalBytes;
Collisions;
UnsupportedProtocol;
Total number of frames received. Includes frames with errors
and dropped frames.
Number of valid frames received and copied into receive buffers.
Number of frames below the minimum length for the media.
This would be less than64 for ethernet.
Number of frames longer than the maxminum length for the
media. This would be greater than 1500 for ethernet.
Valid frames that were dropped because receive buffers were
full.
Number of valid unicast frames received and not dropped.
Number of valid broadcast frames received and not dropped.
Number of valid mutlicast frames received and not dropped.
Number of frames w/ CRC or alignment errors.
Total number of bytes received. Includes frames with errors and
dropped frames.
Total number of frames transmitted. Includes frames with errors
and dropped frames.
Number of valid frames transmitted and copied into receive
buffers.
Number of frames below the minimum length for the media.
This would be less than 64 for ethernet.
12/12/00
SIMPLE_NETWORK Protocol
291

Advertisement

Table of Contents
loading

Table of Contents