iPXE
Data Fields
s_PXENV_UNDI_GET_STATISTICS Struct Reference

Parameter block for pxenv_undi_get_statistics() More...

#include <pxe_api.h>

Data Fields

PXENV_STATUS_t Status
 PXE status code. More...
 
UINT32_t XmtGoodFrames
 Successful transmission count. More...
 
UINT32_t RcvGoodFrames
 Successful reception count. More...
 
UINT32_t RcvCRCErrors
 Receive CRC error count. More...
 
UINT32_t RcvResourceErrors
 Receive queue overflow count. More...
 

Detailed Description

Parameter block for pxenv_undi_get_statistics()

Definition at line 1201 of file pxe_api.h.

Field Documentation

◆ Status

PXENV_STATUS_t s_PXENV_UNDI_GET_STATISTICS::Status

PXE status code.

Definition at line 1202 of file pxe_api.h.

Referenced by pxenv_undi_get_statistics().

◆ XmtGoodFrames

UINT32_t s_PXENV_UNDI_GET_STATISTICS::XmtGoodFrames

Successful transmission count.

Definition at line 1203 of file pxe_api.h.

Referenced by pxenv_undi_get_statistics().

◆ RcvGoodFrames

UINT32_t s_PXENV_UNDI_GET_STATISTICS::RcvGoodFrames

Successful reception count.

Definition at line 1204 of file pxe_api.h.

Referenced by pxenv_undi_get_statistics().

◆ RcvCRCErrors

UINT32_t s_PXENV_UNDI_GET_STATISTICS::RcvCRCErrors

Receive CRC error count.

Definition at line 1205 of file pxe_api.h.

Referenced by pxenv_undi_get_statistics().

◆ RcvResourceErrors

UINT32_t s_PXENV_UNDI_GET_STATISTICS::RcvResourceErrors

Receive queue overflow count.

Definition at line 1206 of file pxe_api.h.

Referenced by pxenv_undi_get_statistics().


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