iPXE
Data Fields
s_pxe_db_statistics Struct Reference

#include <UefiPxe.h>

Data Fields

PXE_UINT64 Supported
 Bit field identifying what statistic data is collected by the UNDI/NIC. More...
 
PXE_UINT64 Data [64]
 Statistic data. More...
 

Detailed Description

Definition at line 1358 of file UefiPxe.h.

Field Documentation

◆ Supported

PXE_UINT64 s_pxe_db_statistics::Supported

Bit field identifying what statistic data is collected by the UNDI/NIC.

If bit 0x00 is set, Data[0x00] is collected. If bit 0x01 is set, Data[0x01] is collected. If bit 0x20 is set, Data[0x20] is collected. If bit 0x21 is set, Data[0x21] is collected. Etc.

Definition at line 1368 of file UefiPxe.h.

◆ Data

PXE_UINT64 s_pxe_db_statistics::Data[64]

Statistic data.

Definition at line 1373 of file UefiPxe.h.


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