ReactOS 0.4.15-dev-7953-g1f49173
_ADAPTER_STATS Struct Reference

#include <pcnet.h>

Public Attributes

ULONG XmtGoodFrames
 
ULONG XmtRetryErrors
 
ULONG XmtLossesOfCarrier
 
ULONG XmtCollisions
 
ULONG XmtLateCollisions
 
ULONG XmtExcessiveDeferrals
 
ULONG XmtBufferUnderflows
 
ULONG XmtBufferErrors
 
ULONG XmtOneRetry
 
ULONG XmtMoreThanOneRetry
 
ULONG RcvGoodFrames
 
ULONG RcvBufferErrors
 
ULONG RcvCrcErrors
 
ULONG RcvOverflowErrors
 
ULONG RcvFramingErrors
 

Detailed Description

Definition at line 37 of file pcnet.h.

Member Data Documentation

◆ RcvBufferErrors

ULONG _ADAPTER_STATS::RcvBufferErrors

Definition at line 50 of file pcnet.h.

Referenced by MiniportHandleInterrupt(), and MiniportQueryInformation().

◆ RcvCrcErrors

ULONG _ADAPTER_STATS::RcvCrcErrors

Definition at line 51 of file pcnet.h.

Referenced by MiniportHandleInterrupt(), and MiniportQueryInformation().

◆ RcvFramingErrors

ULONG _ADAPTER_STATS::RcvFramingErrors

Definition at line 53 of file pcnet.h.

Referenced by MiniportHandleInterrupt(), and MiniportQueryInformation().

◆ RcvGoodFrames

ULONG _ADAPTER_STATS::RcvGoodFrames

Definition at line 49 of file pcnet.h.

Referenced by MiniportHandleInterrupt(), and MiniportQueryInformation().

◆ RcvOverflowErrors

ULONG _ADAPTER_STATS::RcvOverflowErrors

Definition at line 52 of file pcnet.h.

Referenced by MiniportHandleInterrupt(), and MiniportQueryInformation().

◆ XmtBufferErrors

ULONG _ADAPTER_STATS::XmtBufferErrors

Definition at line 46 of file pcnet.h.

Referenced by MiniportHandleInterrupt(), and MiniportQueryInformation().

◆ XmtBufferUnderflows

ULONG _ADAPTER_STATS::XmtBufferUnderflows

Definition at line 45 of file pcnet.h.

Referenced by MiniportHandleInterrupt(), and MiniportQueryInformation().

◆ XmtCollisions

ULONG _ADAPTER_STATS::XmtCollisions

Definition at line 42 of file pcnet.h.

Referenced by MiniportHandleInterrupt(), and MiniportQueryInformation().

◆ XmtExcessiveDeferrals

ULONG _ADAPTER_STATS::XmtExcessiveDeferrals

Definition at line 44 of file pcnet.h.

Referenced by MiniportHandleInterrupt(), and MiniportQueryInformation().

◆ XmtGoodFrames

ULONG _ADAPTER_STATS::XmtGoodFrames

Definition at line 39 of file pcnet.h.

Referenced by MiniportHandleInterrupt(), and MiniportQueryInformation().

◆ XmtLateCollisions

ULONG _ADAPTER_STATS::XmtLateCollisions

Definition at line 43 of file pcnet.h.

Referenced by MiniportHandleInterrupt(), and MiniportQueryInformation().

◆ XmtLossesOfCarrier

ULONG _ADAPTER_STATS::XmtLossesOfCarrier

Definition at line 41 of file pcnet.h.

Referenced by MiniportHandleInterrupt(), and MiniportQueryInformation().

◆ XmtMoreThanOneRetry

ULONG _ADAPTER_STATS::XmtMoreThanOneRetry

Definition at line 48 of file pcnet.h.

Referenced by MiniportHandleInterrupt(), and MiniportQueryInformation().

◆ XmtOneRetry

ULONG _ADAPTER_STATS::XmtOneRetry

Definition at line 47 of file pcnet.h.

Referenced by MiniportHandleInterrupt(), and MiniportQueryInformation().

◆ XmtRetryErrors

ULONG _ADAPTER_STATS::XmtRetryErrors

Definition at line 40 of file pcnet.h.

Referenced by MiniportHandleInterrupt(), and MiniportQueryInformation().


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