Home
last modified time | relevance | path

Searched refs:NewMac (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
DPp2Dxe.c707 IN EFI_MAC_ADDRESS *NewMac in Pp2SnpStationAddress() argument
746 CopyMem (NewMac->Addr, Snp->Mode->PermanentAddress.Addr, NET_ETHER_ADDR_LEN); in Pp2SnpStationAddress()
749 if (NewMac == NULL) { in Pp2SnpStationAddress()
752 CopyMem (Snp->Mode->CurrentAddress.Addr, NewMac->Addr, NET_ETHER_ADDR_LEN); in Pp2SnpStationAddress()
753 CopyMem (Pp2DevicePath->Pp2Mac.MacAddress.Addr, NewMac->Addr, NET_ETHER_ADDR_LEN); in Pp2SnpStationAddress()
DPp2Dxe.h562 IN EFI_MAC_ADDRESS *NewMac
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/
DLan91xDxe.c1406 IN EFI_MAC_ADDRESS *NewMac in SnpStationAddress() argument
1443 if (NewMac == NULL) { in SnpStationAddress()
1446 Snp->Mode->CurrentAddress = *NewMac; in SnpStationAddress()