Home
last modified time | relevance | path

Searched refs:VlanDevicePath (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
DMnpVlan.c60 EFI_DEVICE_PATH_PROTOCOL *VlanDevicePath; in MnpCreateVlanChild() local
83 VlanDevicePath = AppendDevicePathNode ( in MnpCreateVlanChild()
87 if (VlanDevicePath == NULL) { in MnpCreateVlanChild()
98 VlanDevicePath, in MnpCreateVlanChild()
102 FreePool (VlanDevicePath); in MnpCreateVlanChild()
107 *Devicepath = VlanDevicePath; in MnpCreateVlanChild()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DDxeNetLib.c2046 EFI_DEVICE_PATH_PROTOCOL *VlanDevicePath; in NetLibGetVlanHandle() local
2061 VlanDevicePath = AppendDevicePathNode ( in NetLibGetVlanHandle()
2065 if (VlanDevicePath == NULL) { in NetLibGetVlanHandle()
2073 DevicePath = VlanDevicePath; in NetLibGetVlanHandle()
2086 FreePool (VlanDevicePath); in NetLibGetVlanHandle()