Home
last modified time | relevance | path

Searched refs:Vlan (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmBootDescription.c353 VLAN_DEVICE_PATH *Vlan; in BmGetNetworkDescription() local
410 Vlan = (VLAN_DEVICE_PATH *) DevicePath; in BmGetNetworkDescription()
413 Vlan = NULL; in BmGetNetworkDescription()
445 (Vlan == NULL) ? in BmGetNetworkDescription()
452 (Vlan == NULL) ? 0 : Vlan->VlanId in BmGetNetworkDescription()
/device/linaro/bootloader/edk2/NetworkPkg/Application/VConfig/
DVConfigExtra.uni18 "Vlan Config App"
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h1239 VLAN_DEVICE_PATH Vlan; member
1296 VLAN_DEVICE_PATH *Vlan; member
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathToText.c1588 VLAN_DEVICE_PATH *Vlan; in DevPathToTextVlan() local
1590 Vlan = DevPath; in DevPathToTextVlan()
1591 UefiDevicePathLibCatPrint (Str, L"Vlan(%d)", Vlan->VlanId); in DevPathToTextVlan()
DDevicePathFromText.c2784 VLAN_DEVICE_PATH *Vlan; in DevPathFromTextVlan() local
2787 Vlan = (VLAN_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextVlan()
2793 Vlan->VlanId = (UINT16) Strtoi (VlanStr); in DevPathFromTextVlan()
2795 return (EFI_DEVICE_PATH_PROTOCOL *) Vlan; in DevPathFromTextVlan()