/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | VlanConfig.h | 34 UINT16 VlanId; ///< Vlan Identifier. member in struct:__anon12389 44 configuration parameters. If the VlanId hasn't been configured in the 46 this VlanId is already configured, then related configuration will be updated 49 If VlanId is zero, the VLAN device will send and receive untagged frames. 50 Otherwise, the VLAN device will send and receive VLAN-tagged frames containing the VlanId. 51 If VlanId is out of scope of (0-4094), EFI_INVALID_PARAMETER is returned. 57 @param[in] VlanId A unique identifier (1-4094) of the VLAN which is being created 60 VlanId is zero (0), Priority is ignored. 65 - VlanId is an invalid VLAN Identifier. 74 IN UINT16 VlanId, [all...] |
H A D | DevicePath.h | 836 UINT16 VlanId; member in struct:__anon12079
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/ |
H A D | MnpVlan.h | 29 @param[in] VlanId The VLAN ID. 39 IN UINT16 VlanId, 48 @param[out] VlanId Pointer to the returned VLAN ID. 58 OUT UINT16 *VlanId 126 configuration parameters. If the VlanId hasn't been configured in the 128 this VlanId is already configured, then related configuration will be updated 131 If VlanId is zero, the VLAN device will send and receive untagged frames. 132 Otherwise, the VLAN device will send and receive VLAN-tagged frames containing the VlanId. 133 If VlanId is out of scope of (0-4094), EFI_INVALID_PARAMETER is returned. 139 @param[in] VlanId [all...] |
H A D | MnpVlan.c | 43 @param[in] VlanId The VLAN ID. 53 IN UINT16 VlanId, 82 VlanNode.VlanId = VlanId; 118 @param[out] VlanId Pointer to the returned VLAN ID. 128 OUT UINT16 *VlanId 147 *VlanId = 0; 157 *VlanId = VlanTag.Bits.Vid; 200 if (MnpServiceData->VlanId == 0) { 232 VlanTci->Bits.Vid = MnpServiceData->VlanId; 50 MnpCreateVlanChild( IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ControllerHandle, IN UINT16 VlanId, OUT EFI_DEVICE_PATH_PROTOCOL **Devicepath OPTIONAL ) argument 368 VlanConfigSet( IN EFI_VLAN_CONFIG_PROTOCOL *This, IN UINT16 VlanId, IN UINT8 Priority ) argument [all...] |
H A D | MnpConfig.c | 503 @param[in] VlanId The VLAN ID. 504 @param[in] Priority The VLAN priority. If VlanId is 0, 513 IN UINT16 VlanId, 552 if (VlanId != 0) { 559 VlanId, 589 // VlanId set to 0 means rx/tx untagged frame 596 MnpServiceData->VlanId = VlanId; 647 if (MnpServiceData->VlanId != 0) { 732 @param[in] VlanId Th 511 MnpCreateServiceData( IN MNP_DEVICE_DATA *MnpDeviceData, IN UINT16 VlanId, IN UINT8 Priority OPTIONAL ) argument [all...] |
H A D | MnpDriver.h | 115 UINT16 VlanId; member in struct:__anon11231
|
H A D | MnpImpl.h | 132 @param[in] VlanId The VLAN ID. 133 @param[in] Priority The VLAN priority. If VlanId is 0, 142 IN UINT16 VlanId, 197 @param[in] VlanId The VLAN ID. 205 IN UINT16 VlanId
|
H A D | MnpIo.c | 872 UINT16 VlanId; local 946 VlanId = 0; 951 IsVlanPacket = MnpRemoveVlanTag (MnpDeviceData, Nbuf, &VlanId); 956 MnpServiceData = MnpFindServiceData (MnpDeviceData, VlanId);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/ |
H A D | VlanConfigNvData.h | 42 UINT16 VlanId; member in struct:__anon11258
|
H A D | VlanConfigImpl.c | 264 VlanConfig->Set (VlanConfig, Configuration->VlanId, Configuration->Priority); 270 VlanHandle = NetLibGetVlanHandle (PrivateData->ControllerHandle, Configuration->VlanId); 283 Configuration->VlanId = 0; 297 VlanConfig->Remove (VlanConfig, PrivateData->VlanId[Index]); 411 ZeroMem (PrivateData->VlanId, MAX_VLAN_NUMBER); 418 // Pad VlanId string up to 4 characters with space 420 DigitalCount = UnicodeValueToString (VlanIdStr, 0, VlanData[Index].VlanId, 5); 448 PrivateData->VlanId[Index] = VlanData[Index].VlanId;
|
H A D | VlanConfigImpl.h | 68 UINT16 VlanId[MAX_VLAN_NUMBER]; member in struct:__anon11257
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/VConfig/ |
H A D | VConfig.c | 260 VlanData[Index].VlanId, 367 UINTN VlanId; local 442 VlanId = StrToVlanId (VlanIdStr); 443 if (VlanId > 4094) { 462 Status = VlanConfig->Set (VlanConfig, (UINT16) VlanId, (UINT8) Priority); 471 VlanHandle = NetLibGetVlanHandle (Handle, (UINT16) VlanId); 500 UINTN VlanId; local 549 VlanId = StrToVlanId (VlanIdStr); 550 if (VlanId > 4094) { 558 Status = VlanConfig->Remove (VlanConfig, (UINT16) VlanId); [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/ |
H A D | IScsiConfig.h | 73 UINT16 VlanId; member in struct:_ISCSI_MAC_INFO
|
H A D | IScsiMisc.c | 358 @param[in] VlanId VLAN ID of the network device. 365 IN UINT16 VlanId, 379 if (VlanId != 0) { 380 String += UnicodeSPrint (String, 6 * sizeof (CHAR16), L"\\%04x", (UINTN) VlanId); 638 UINT16 VlanId; local 660 VlanId = NetLibGetVlanId (Private->Controller); 661 IScsiMacAddrToStr (&MacAddress, (UINT32) HwAddressSize, VlanId, MacString); 362 IScsiMacAddrToStr( IN EFI_MAC_ADDRESS *Mac, IN UINT32 Len, IN UINT16 VlanId, OUT CHAR16 *Str ) argument
|
H A D | IScsiConfig.c | 200 UINT16 VlanId; local 244 VlanId = NetLibGetVlanId (Handles[HandleIndex]); 249 (CurMacInfo->VlanId == VlanId) && 279 IScsiMacAddrToStr (&CurMacInfo->Mac, CurMacInfo->Len, CurMacInfo->VlanId, MacString); 302 CurMacInfo->VlanId = NetLibGetVlanId (Handles[Index]); 953 UINT16 VlanId; local 994 VlanId = NetLibGetVlanId (Controller); 996 IScsiMacAddrToStr (&MacAddress, (UINT32) HwAddressSize, VlanId, ConfigFormEntry->MacString);
|
H A D | IScsiMisc.h | 122 @param[in] VlanId VLAN ID of the network device. 129 IN UINT16 VlanId,
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/ |
H A D | IScsiMisc.c | 282 @param[in] VlanId VLAN ID of the network device. 290 IN UINT16 VlanId, 304 if (VlanId != 0) { 305 String += UnicodeSPrint (String, 6 * sizeof (CHAR16), L"\\%04x", (UINTN) VlanId); 485 UINT16 VlanId; local 498 VlanId = NetLibGetVlanId (Controller); 507 NicInfo->VlanId == VlanId) { 527 NicInfo->VlanId = VlanId; 287 IScsiMacAddrToStr( IN EFI_MAC_ADDRESS *Mac, IN UINT32 Len, IN UINT16 VlanId, OUT CHAR16 *Str ) argument 572 UINT16 VlanId; local [all...] |
H A D | IScsiMisc.h | 90 @param[in] VlanId VLAN ID of the network device. 98 IN UINT16 VlanId,
|
H A D | IScsiDriver.h | 68 UINT16 VlanId; member in struct:__anon12480
|
H A D | IScsiIbft.c | 342 Nic->VLanTag = NicInfo->VlanId;
|
H A D | IScsiConfig.c | 985 NicInfo->VlanId, 1713 NicInfo->VlanId,
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/ |
H A D | DeviceManager.c | 350 UINT16 VlanId; local 354 VlanId = 0; 395 VlanId = ((VLAN_DEVICE_PATH *) Node)->VlanId; 400 if (VlanId != 0) { 402 String += UnicodeValueToString (String, PREFIX_ZERO | RADIX_HEX, VlanId, 4);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/ |
H A D | DxeNetLib.c | 1982 return ((VLAN_DEVICE_PATH *) Node)->VlanId; 1999 @param[in] VlanId The configured VLAN ID for the VLAN device. 2008 IN UINT16 VlanId 2026 VlanNode.VlanId = VlanId; 2192 UINT16 VlanId; local 2228 VlanId = NetLibGetVlanId (ServiceHandle); 2229 if (VlanId != 0) { 2231 String += UnicodeValueToString (String, PREFIX_ZERO | RADIX_HEX, VlanId, 4);
|
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/ |
H A D | DevicePath.h | 775 UINT16 VlanId; member in struct:__anon15641
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
H A D | DevicePath.c | 1006 CatPrint (Str, L"Vlan(%d)", (UINTN) Vlan->VlanId);
|