TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/SimpleNetwork.h>
Data Fields | |
UINT64 | RxTotalFrames |
UINT64 | RxGoodFrames |
UINT64 | RxUndersizeFrames |
UINT64 | RxOversizeFrames |
UINT64 | RxDroppedFrames |
UINT64 | RxUnicastFrames |
UINT64 | RxBroadcastFrames |
UINT64 | RxMulticastFrames |
UINT64 | RxCrcErrorFrames |
UINT64 | RxTotalBytes |
UINT64 | TxTotalFrames |
UINT64 | TxGoodFrames |
UINT64 | TxUndersizeFrames |
UINT64 | TxOversizeFrames |
UINT64 | TxDroppedFrames |
UINT64 | TxUnicastFrames |
UINT64 | TxBroadcastFrames |
UINT64 | TxMulticastFrames |
UINT64 | TxCrcErrorFrames |
UINT64 | TxTotalBytes |
UINT64 | Collisions |
UINT64 | UnsupportedProtocol |
UINT64 | RxDuplicatedFrames |
UINT64 | RxDecryptErrorFrames |
UINT64 | TxErrorFrames |
UINT64 | TxRetryFrames |
Simple Network Protocol data structures.
Definition at line 38 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::Collisions |
Number of collisions detection on this subnet.
Definition at line 110 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::RxBroadcastFrames |
Number of valid broadcast frames received and not dropped.
Definition at line 75 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::RxCrcErrorFrames |
Number of frames w/ CRC or alignment errors.
Definition at line 85 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::RxDecryptErrorFrames |
Number of encrypted frames received that failed to decrypt.
Definition at line 125 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::RxDroppedFrames |
Valid frames that were dropped because receive buffers were full.
Definition at line 65 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::RxDuplicatedFrames |
Number of valid frames received that were duplicated.
Definition at line 120 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::RxGoodFrames |
Number of valid frames received and copied into receive buffers.
Definition at line 48 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::RxMulticastFrames |
Number of valid mutlicast frames received and not dropped.
Definition at line 80 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::RxOversizeFrames |
Number of frames longer than the maxminum length for the media. This would be >1500 for ethernet.
Definition at line 60 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::RxTotalBytes |
Total number of bytes received. Includes frames with errors and dropped frames.
Definition at line 91 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::RxTotalFrames |
Total number of frames received. Includes frames with errors and dropped frames.
Definition at line 43 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::RxUndersizeFrames |
Number of frames below the minimum length for the media. This would be <64 for ethernet.
Definition at line 54 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::RxUnicastFrames |
Number of valid unicast frames received and not dropped.
Definition at line 70 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::TxBroadcastFrames |
Definition at line 102 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::TxCrcErrorFrames |
Definition at line 104 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::TxDroppedFrames |
Definition at line 100 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::TxErrorFrames |
Number of frames that failed to transmit after exceeding the retry limit.
Definition at line 130 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::TxGoodFrames |
Definition at line 97 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::TxMulticastFrames |
Definition at line 103 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::TxOversizeFrames |
Definition at line 99 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::TxRetryFrames |
Number of frames transmitted successfully after more than one attempt.
Definition at line 135 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::TxTotalBytes |
Definition at line 105 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::TxTotalFrames |
Transmit statistics.
Definition at line 96 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::TxUndersizeFrames |
Definition at line 98 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::TxUnicastFrames |
Definition at line 101 of file SimpleNetwork.h.
UINT64 EFI_NETWORK_STATISTICS::UnsupportedProtocol |
Number of frames destined for unsupported protocol.
Definition at line 115 of file SimpleNetwork.h.