HomeSort by relevance Sort by last modified time
    Searched refs:VlanConfig (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/Application/VConfig/
VConfig.c 18 #include <Protocol/VlanConfig.h>
168 Open VlanConfig protocol from a handle.
170 @param[in] Handle The handle to open the VlanConfig protocol.
172 @return The VlanConfig protocol interface.
180 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig;
182 VlanConfig = NULL;
186 (VOID **) &VlanConfig,
192 return VlanConfig;
196 Close VlanConfig protocol of a handle.
198 @param[in] Handle The handle to close the VlanConfig protocol.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/VlanConfigDxe/
VlanConfigDriver.c 78 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig;
83 (VOID **) &VlanConfig,
93 // Close the VlanConfig protocol opened for supported test
128 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig;
148 // Open VlanConfig protocol by driver
153 (VOID **) &VlanConfig,
188 PrivateData->VlanConfig = VlanConfig;
VlanConfigImpl.c 232 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig;
256 VlanConfig = PrivateData->VlanConfig;
264 VlanConfig->Set (VlanConfig, Configuration->VlanId, Configuration->Priority);
297 VlanConfig->Remove (VlanConfig, PrivateData->VlanId[Index]);
348 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig;
367 VlanConfig = PrivateData->VlanConfig;
    [all...]
VlanConfigDxe.inf 38 VlanConfig.vfr
VlanConfigImpl.h 25 #include <Protocol/VlanConfig.h>
64 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpDriver.c 188 // Check whether NIC driver has already produced VlanConfig protocol
204 ZeroMem (&MnpDeviceData->VlanConfig, sizeof (EFI_VLAN_CONFIG_PROTOCOL));
216 &MnpDeviceData->VlanConfig,
274 if (MnpDeviceData->VlanConfig.Set != NULL) {
278 &MnpDeviceData->VlanConfig,
322 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig;
346 (VOID **) &VlanConfig,
356 MnpDeviceData = MNP_DEVICE_DATA_FROM_THIS (VlanConfig);
380 if (MnpDeviceData->VlanConfig.Set != NULL) {
384 &MnpDeviceData->VlanConfig,
    [all...]
MnpDriver.h 24 #include <Protocol/VlanConfig.h>
53 EFI_VLAN_CONFIG_PROTOCOL VlanConfig;
101 VlanConfig, \
MnpConfig.c 445 CopyMem (&MnpDeviceData->VlanConfig, &mVlanConfigProtocolTemplate, sizeof (EFI_VLAN_CONFIG_PROTOCOL));
710 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig;
763 (VOID **) &VlanConfig,
838 // Close VlanConfig Protocol opened by VLAN child handle
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.h 120 #include <Protocol/VlanConfig.h>

Completed in 560 milliseconds