TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_NETWORK_STATISTICS Struct Reference

#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
 

Detailed Description

Simple Network Protocol data structures.

Definition at line 38 of file SimpleNetwork.h.

Field Documentation

◆ Collisions

UINT64 EFI_NETWORK_STATISTICS::Collisions

Number of collisions detection on this subnet.

Definition at line 110 of file SimpleNetwork.h.

◆ RxBroadcastFrames

UINT64 EFI_NETWORK_STATISTICS::RxBroadcastFrames

Number of valid broadcast frames received and not dropped.

Definition at line 75 of file SimpleNetwork.h.

◆ RxCrcErrorFrames

UINT64 EFI_NETWORK_STATISTICS::RxCrcErrorFrames

Number of frames w/ CRC or alignment errors.

Definition at line 85 of file SimpleNetwork.h.

◆ RxDecryptErrorFrames

UINT64 EFI_NETWORK_STATISTICS::RxDecryptErrorFrames

Number of encrypted frames received that failed to decrypt.

Definition at line 125 of file SimpleNetwork.h.

◆ RxDroppedFrames

UINT64 EFI_NETWORK_STATISTICS::RxDroppedFrames

Valid frames that were dropped because receive buffers were full.

Definition at line 65 of file SimpleNetwork.h.

◆ RxDuplicatedFrames

UINT64 EFI_NETWORK_STATISTICS::RxDuplicatedFrames

Number of valid frames received that were duplicated.

Definition at line 120 of file SimpleNetwork.h.

◆ RxGoodFrames

UINT64 EFI_NETWORK_STATISTICS::RxGoodFrames

Number of valid frames received and copied into receive buffers.

Definition at line 48 of file SimpleNetwork.h.

◆ RxMulticastFrames

UINT64 EFI_NETWORK_STATISTICS::RxMulticastFrames

Number of valid mutlicast frames received and not dropped.

Definition at line 80 of file SimpleNetwork.h.

◆ RxOversizeFrames

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.

◆ RxTotalBytes

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.

◆ RxTotalFrames

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.

◆ RxUndersizeFrames

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.

◆ RxUnicastFrames

UINT64 EFI_NETWORK_STATISTICS::RxUnicastFrames

Number of valid unicast frames received and not dropped.

Definition at line 70 of file SimpleNetwork.h.

◆ TxBroadcastFrames

UINT64 EFI_NETWORK_STATISTICS::TxBroadcastFrames

Definition at line 102 of file SimpleNetwork.h.

◆ TxCrcErrorFrames

UINT64 EFI_NETWORK_STATISTICS::TxCrcErrorFrames

Definition at line 104 of file SimpleNetwork.h.

◆ TxDroppedFrames

UINT64 EFI_NETWORK_STATISTICS::TxDroppedFrames

Definition at line 100 of file SimpleNetwork.h.

◆ TxErrorFrames

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.

◆ TxGoodFrames

UINT64 EFI_NETWORK_STATISTICS::TxGoodFrames

Definition at line 97 of file SimpleNetwork.h.

◆ TxMulticastFrames

UINT64 EFI_NETWORK_STATISTICS::TxMulticastFrames

Definition at line 103 of file SimpleNetwork.h.

◆ TxOversizeFrames

UINT64 EFI_NETWORK_STATISTICS::TxOversizeFrames

Definition at line 99 of file SimpleNetwork.h.

◆ TxRetryFrames

UINT64 EFI_NETWORK_STATISTICS::TxRetryFrames

Number of frames transmitted successfully after more than one attempt.

Definition at line 135 of file SimpleNetwork.h.

◆ TxTotalBytes

UINT64 EFI_NETWORK_STATISTICS::TxTotalBytes

Definition at line 105 of file SimpleNetwork.h.

◆ TxTotalFrames

UINT64 EFI_NETWORK_STATISTICS::TxTotalFrames

Transmit statistics.

Definition at line 96 of file SimpleNetwork.h.

◆ TxUndersizeFrames

UINT64 EFI_NETWORK_STATISTICS::TxUndersizeFrames

Definition at line 98 of file SimpleNetwork.h.

◆ TxUnicastFrames

UINT64 EFI_NETWORK_STATISTICS::TxUnicastFrames

Definition at line 101 of file SimpleNetwork.h.

◆ UnsupportedProtocol

UINT64 EFI_NETWORK_STATISTICS::UnsupportedProtocol

Number of frames destined for unsupported protocol.

Definition at line 115 of file SimpleNetwork.h.


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