XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
u_pxe_cpb_nvdata_bulk Union Reference

#include <UefiPxe.h>

Public Attributes

PXE_UINT8 Byte [MAX_EEPROM_LEN<< 2]
 
PXE_UINT16 Word [MAX_EEPROM_LEN<< 1]
 
PXE_UINT32 Dword [MAX_EEPROM_LEN]
 

Detailed Description

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

Member Data Documentation

◆ Byte

PXE_UINT8 u_pxe_cpb_nvdata_bulk::Byte[MAX_EEPROM_LEN<< 2]

Array of byte-wide data items.

◆ Dword

PXE_UINT32 u_pxe_cpb_nvdata_bulk::Dword[MAX_EEPROM_LEN]

Array of dword-wide data items.

◆ Word

PXE_UINT16 u_pxe_cpb_nvdata_bulk::Word[MAX_EEPROM_LEN<< 1]

Array of word-wide data items.


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