Home
last modified time | relevance | path

Searched refs:VlanList (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
DVlanConfigNvData.h44 UINT8 VlanList[MAX_VLAN_NUMBER]; member
DVlanConfigImpl.h51 #define VLAN_LIST_VAR_OFFSET ((UINT16) OFFSET_OF (VLAN_CONFIGURATION, VlanList))
DVlanConfigImpl.c293 if (Configuration->VlanList[Index] != 0) { in VlanCallback()
311 ZeroMem (Configuration->VlanList, MAX_VLAN_NUMBER); in VlanCallback()