Home
last modified time | relevance | path

Searched refs:VLAN_DEVICE_PATH (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
DMnpVlan.c19 VLAN_DEVICE_PATH mVlanDevicePathTemplate = {
24 (UINT8) (sizeof (VLAN_DEVICE_PATH)),
25 (UINT8) ((sizeof (VLAN_DEVICE_PATH)) >> 8)
58 VLAN_DEVICE_PATH VlanNode; in MnpCreateVlanChild()
81 CopyMem (&VlanNode, &mVlanDevicePathTemplate, sizeof (VLAN_DEVICE_PATH)); in MnpCreateVlanChild()
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePath.h915 } VLAN_DEVICE_PATH; typedef
1239 VLAN_DEVICE_PATH Vlan;
1296 VLAN_DEVICE_PATH *Vlan;
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmBootDescription.c353 VLAN_DEVICE_PATH *Vlan; in BmGetNetworkDescription()
410 Vlan = (VLAN_DEVICE_PATH *) DevicePath; in BmGetNetworkDescription()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DDxeNetLib.c121 GLOBAL_REMOVE_IF_UNREFERENCED VLAN_DEVICE_PATH mNetVlanDevicePathTemplate = {
126 (UINT8) (sizeof (VLAN_DEVICE_PATH)),
127 (UINT8) ((sizeof (VLAN_DEVICE_PATH)) >> 8)
2014 return ((VLAN_DEVICE_PATH *) Node)->VlanId; in NetLibGetVlanId()
2046 VLAN_DEVICE_PATH VlanNode; in NetLibGetVlanHandle()
2057 CopyMem (&VlanNode, &mNetVlanDevicePathTemplate, sizeof (VLAN_DEVICE_PATH)); in NetLibGetVlanHandle()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
DEfiDevicePath.h373 } VLAN_DEVICE_PATH; typedef
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DeviceManagerUiLib/
DDeviceManager.c164 VlanId = ((VLAN_DEVICE_PATH *) Node)->VlanId; in GetMacAddressString()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathFromText.c2784 VLAN_DEVICE_PATH *Vlan; in DevPathFromTextVlan()
2787 Vlan = (VLAN_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextVlan()
2790 (UINT16) sizeof (VLAN_DEVICE_PATH) in DevPathFromTextVlan()
DDevicePathToText.c1588 VLAN_DEVICE_PATH *Vlan; in DevPathToTextVlan()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DDeviceManager.c404 VlanId = ((VLAN_DEVICE_PATH *) Node)->VlanId; in GetMacAddressString()