Searched defs:HwAddressSize (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiDriver.h65 UINT32 HwAddressSize; member in struct:__anon12480
H A DIScsiMisc.c484 UINTN HwAddressSize; local
490 Status = NetLibGetMacAddress (Controller, &MacAddr, &HwAddressSize);
505 if (NicInfo->HwAddressSize == HwAddressSize &&
506 CompareMem (&NicInfo->PermanentAddress, MacAddr.Addr, HwAddressSize) == 0 &&
525 CopyMem (&NicInfo->PermanentAddress, MacAddr.Addr, HwAddressSize);
526 NicInfo->HwAddressSize = (UINT32) HwAddressSize;
571 UINTN HwAddressSize; local
577 Status = NetLibGetMacAddress (Controller, &MacAddr, &HwAddressSize);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiIbft.c275 UINTN HwAddressSize; local
335 Status = NetLibGetMacAddress (DriverData->Controller, &MacAddress, &HwAddressSize);
H A DIScsiMisc.c637 UINTN HwAddressSize; local
658 Status = NetLibGetMacAddress (Private->Controller, &MacAddress, &HwAddressSize);
661 IScsiMacAddrToStr (&MacAddress, (UINT32) HwAddressSize, VlanId, MacString);
H A DIScsiConfig.c199 UINTN HwAddressSize; local
242 Status = NetLibGetMacAddress (Handles[HandleIndex], &MacAddress, &HwAddressSize);
248 if ((CurMacInfo->Len == HwAddressSize) &&
250 (NET_MAC_EQUAL (&CurMacInfo->Mac, MacAddress.Addr, HwAddressSize))
297 NetLibGetMacAddress (Handles[Index], &MacAddress, &HwAddressSize);
300 CopyMem (&CurMacInfo->Mac, MacAddress.Addr, HwAddressSize);
301 CurMacInfo->Len = (UINT8) HwAddressSize;
952 UINTN HwAddressSize; local
992 Status = NetLibGetMacAddress (Controller, &MacAddress, &HwAddressSize);
996 IScsiMacAddrToStr (&MacAddress, (UINT32) HwAddressSize, VlanI
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIp6Config.h113 UINT32 HwAddressSize; member in struct:__anon12185
H A DSimpleNetwork.h158 UINT32 HwAddressSize; member in struct:__anon12290
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DDevicePath.c739 UINTN HwAddressSize; local
744 HwAddressSize = sizeof (EFI_MAC_ADDRESS);
746 HwAddressSize = 6;
751 for (Index = 0; Index < HwAddressSize; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DevicePathDxe/
H A DDevicePathToText.c1077 UINTN HwAddressSize; local
1082 HwAddressSize = sizeof (EFI_MAC_ADDRESS);
1084 HwAddressSize = 6;
1089 for (Index = 0; Index < HwAddressSize; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
H A DSecureBootConfigDevicePath.c720 UINTN HwAddressSize; local
725 HwAddressSize = sizeof (EFI_MAC_ADDRESS);
727 HwAddressSize = 6;
732 for (Index = 0; Index < HwAddressSize; Index++) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellCommandLib/
H A DConsistMapping.c726 UINTN HwAddressSize; local
736 HwAddressSize = sizeof (EFI_MAC_ADDRESS);
738 HwAddressSize = 6;
741 for (Index = 0, PBuffer = Buffer; Index < HwAddressSize; Index++, PBuffer += 2) {
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Protocol/
H A DSimpleNetwork.h160 UINT32 HwAddressSize; member in struct:__anon15666
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
H A DDeviceManager.c346 UINTN HwAddressSize; local
358 HwAddressSize = sizeof (EFI_MAC_ADDRESS);
360 HwAddressSize = 6;
367 BufferLen = (4 + 2 * HwAddressSize + (HwAddressSize - 1) + 5 + 1) * sizeof (CHAR16);
381 for (Index = 0; Index < HwAddressSize; Index++) {
383 if (Index < HwAddressSize - 1) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c2153 *AddressSize = SnpMode->HwAddressSize;
2154 CopyMem (MacAddress->Addr, SnpMode->CurrentAddress.Addr, SnpMode->HwAddressSize);
2191 UINTN HwAddressSize; local
2201 Status = NetLibGetMacAddress (ServiceHandle, &MacAddress, &HwAddressSize);
2211 String = AllocateZeroPool ((2 * HwAddressSize + 5 + 1) * sizeof (CHAR16));
2221 for (Index = 0; Index < HwAddressSize; Index++) {

Completed in 83 milliseconds