Searched defs:VlanConfig (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigDriver.c78 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig; local
83 (VOID **) &VlanConfig,
93 // Close the VlanConfig protocol opened for supported test
128 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig; local
148 // Open VlanConfig protocol by driver
153 (VOID **) &VlanConfig,
188 PrivateData->VlanConfig = VlanConfig;
H A DVlanConfigImpl.h25 #include <Protocol/VlanConfig.h>
64 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig; member in struct:__anon11257
H A DVlanConfigImpl.c232 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig; local
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; local
367 VlanConfig = PrivateData->VlanConfig;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpDriver.c142 // Check whether NIC driver has already produced VlanConfig protocol
158 ZeroMem (&MnpDeviceData->VlanConfig, sizeof (EFI_VLAN_CONFIG_PROTOCOL));
170 &MnpDeviceData->VlanConfig,
228 if (MnpDeviceData->VlanConfig.Set != NULL) {
232 &MnpDeviceData->VlanConfig,
276 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig; local
300 (VOID **) &VlanConfig,
310 MnpDeviceData = MNP_DEVICE_DATA_FROM_THIS (VlanConfig);
329 if (MnpDeviceData->VlanConfig.Set != NULL) {
333 &MnpDeviceData->VlanConfig,
[all...]
H A DMnpDriver.h24 #include <Protocol/VlanConfig.h>
47 EFI_VLAN_CONFIG_PROTOCOL VlanConfig; member in struct:__anon11230
94 VlanConfig, \
H A DMnpConfig.c244 CopyMem (&MnpDeviceData->VlanConfig, &mVlanConfigProtocolTemplate, sizeof (EFI_VLAN_CONFIG_PROTOCOL));
521 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig; local
574 (VOID **) &VlanConfig,
649 // Close VlanConfig Protocol opened by VLAN child handle
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/VConfig/
H A DVConfig.c18 #include <Protocol/VlanConfig.h>
162 Open VlanConfig protocol from a handle.
164 @param[in] Handle The handle to open the VlanConfig protocol.
166 @return The VlanConfig protocol interface.
174 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig; local
176 VlanConfig = NULL;
180 (VOID **) &VlanConfig,
186 return VlanConfig;
190 Close VlanConfig protocol of a handle.
192 @param[in] Handle The handle to close the VlanConfig protoco
224 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig; local
371 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig; local
502 EFI_VLAN_CONFIG_PROTOCOL *VlanConfig; local
[all...]

Completed in 38 milliseconds