Home
last modified time | relevance | path

Searched refs:VLAN_DEVICE_PATH (Results 1 – 8 of 8) 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.h906 } VLAN_DEVICE_PATH; typedef
1230 VLAN_DEVICE_PATH Vlan;
1286 VLAN_DEVICE_PATH *Vlan;
/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)
2016 return ((VLAN_DEVICE_PATH *) Node)->VlanId; in NetLibGetVlanId()
2048 VLAN_DEVICE_PATH VlanNode; in NetLibGetVlanHandle()
2059 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/DeviceManagerLib/
DDeviceManager.c164 VlanId = ((VLAN_DEVICE_PATH *) Node)->VlanId; in GetMacAddressString()
/device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DDevicePathFromText.c2756 VLAN_DEVICE_PATH *Vlan; in DevPathFromTextVlan()
2759 Vlan = (VLAN_DEVICE_PATH *) CreateDeviceNode ( in DevPathFromTextVlan()
2762 (UINT16) sizeof (VLAN_DEVICE_PATH) in DevPathFromTextVlan()
DDevicePathToText.c1555 VLAN_DEVICE_PATH *Vlan; in DevPathToTextVlan()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DDeviceManager.c404 VlanId = ((VLAN_DEVICE_PATH *) Node)->VlanId; in GetMacAddressString()