Searched refs:VLAN_CONFIGURATION (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigNvData.h45 } VLAN_CONFIGURATION; typedef in typeref:struct:__anon11258
H A DVlanConfigImpl.c79 VLAN_CONFIGURATION Configuration;
112 ZeroMem (&Configuration, sizeof (VLAN_CONFIGURATION));
231 VLAN_CONFIGURATION *Configuration;
252 Configuration = AllocateZeroPool (sizeof (VLAN_CONFIGURATION));
254 HiiGetBrowserData (&gVlanConfigFormSetGuid, mVlanStorageName, sizeof (VLAN_CONFIGURATION), (UINT8 *) Configuration);
331 HiiSetBrowserData (&gVlanConfigFormSetGuid, mVlanStorageName, sizeof (VLAN_CONFIGURATION), (UINT8 *) Configuration, NULL);
H A DVlanConfigImpl.h51 #define VLAN_LIST_VAR_OFFSET ((UINT16) OFFSET_OF (VLAN_CONFIGURATION, VlanList))

Completed in 44 milliseconds