PXE_CPB_NVDATA_BULK

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

Members

Variables

Byte
PXE_UINT8[MAX_EEPROM_LEN << 2] Byte;

Array of byte-wide data items.

Dword
PXE_UINT32[MAX_EEPROM_LEN] Dword;

Array of dword-wide data items.

Word
PXE_UINT16[MAX_EEPROM_LEN << 1] Word;

Array of word-wide data items.

Meta