Searched refs:CurrentNodeAddress (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/UndiRuntimeDxe/
H A DDecode.c763 // change the AdapterInfo->CurrentNodeAddress field.
766 &AdapterInfo->CurrentNodeAddress[0],
771 AdapterInfo->CurrentNodeAddress[Index] = AdapterInfo->PermNodeAddress[Index];
784 AdapterInfo->CurrentNodeAddress[Index] = CpbPtr->StationAddr[Index];
796 DbPtr->StationAddr[Index] = AdapterInfo->CurrentNodeAddress[Index];
H A DE100b.c589 eaddrs = (UINT16 *) AdapterInfo->CurrentNodeAddress;
1284 if (hdr_ptr->dest_addr[Index] != AdapterInfo->CurrentNodeAddress[Index]) {
1409 AdapterInfo->CurrentNodeAddress[Index] = AdapterInfo->PermNodeAddress[Index];
1417 AdapterInfo->CurrentNodeAddress[Index] = 0;
H A DE100b.h574 UINT8 CurrentNodeAddress[PXE_MAC_LENGTH]; member in struct:s_data_instance
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/
H A Dpxe_undi.c554 sizeof ( undi_get_information->CurrentNodeAddress ) );
555 memcpy ( &undi_get_information->CurrentNodeAddress,
557 sizeof ( undi_get_information->CurrentNodeAddress ) );
571 ll_protocol->ntoa ( &undi_get_information->CurrentNodeAddress ));
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
H A DPxe.h464 OUT UINT8 CurrentNodeAddress[ADDR_LEN]; ///< Out: Current hardware address member in struct:__anon10396
H A DBiosSnp16.c1505 DEBUG ((DEBUG_NET, "%02x ", SimpleNetworkDevice->GetInformation.CurrentNodeAddress[Index]));
1539 &SimpleNetworkDevice->GetInformation.CurrentNodeAddress,
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/drivers/net/
H A Dundinet.c609 memcpy ( netdev->ll_addr, undi_info.CurrentNodeAddress, ETH_ALEN );
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dpxe_api.h1174 MAC_ADDR_t CurrentNodeAddress; /**< Current MAC address */ member in struct:s_PXENV_UNDI_GET_INFORMATION

Completed in 178 milliseconds