iPXE
Data Fields
u_pxe_cpb_nvdata_bulk Union Reference

When using bulk update, the size of the CPB structure must be the same size as the non-volatile NIC storage. More...

#include <UefiPxe.h>

Data Fields

PXE_UINT8 Byte [MAX_EEPROM_LEN<< 2]
 Array of byte-wide data items. More...
 
PXE_UINT16 Word [MAX_EEPROM_LEN<< 1]
 Array of word-wide data items. More...
 
PXE_UINT32 Dword [MAX_EEPROM_LEN]
 Array of dword-wide data items. More...
 

Detailed Description

When using bulk update, the size of the CPB structure must be the same size as the non-volatile NIC storage.

Definition at line 1513 of file UefiPxe.h.

Field Documentation

◆ Byte

PXE_UINT8 u_pxe_cpb_nvdata_bulk::Byte[MAX_EEPROM_LEN<< 2]

Array of byte-wide data items.

Definition at line 1517 of file UefiPxe.h.

◆ Word

PXE_UINT16 u_pxe_cpb_nvdata_bulk::Word[MAX_EEPROM_LEN<< 1]

Array of word-wide data items.

Definition at line 1522 of file UefiPxe.h.

◆ Dword

PXE_UINT32 u_pxe_cpb_nvdata_bulk::Dword[MAX_EEPROM_LEN]

Array of dword-wide data items.

Definition at line 1527 of file UefiPxe.h.


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