Home
last modified time | relevance | path

Searched refs:MacDevicePath (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DDriverBinding.c492 Dev->MacDevicePath = AppendDevicePathNode (DevicePath, &MacNode.Header); in VirtioNetDriverBindingStart()
493 if (Dev->MacDevicePath == NULL) { in VirtioNetDriverBindingStart()
504 &gEfiDevicePathProtocolGuid, Dev->MacDevicePath, in VirtioNetDriverBindingStart()
525 &gEfiDevicePathProtocolGuid, Dev->MacDevicePath, in VirtioNetDriverBindingStart()
530 FreePool (Dev->MacDevicePath); in VirtioNetDriverBindingStart()
624 &gEfiDevicePathProtocolGuid, Dev->MacDevicePath, in VirtioNetDriverBindingStop()
627 FreePool (Dev->MacDevicePath); in VirtioNetDriverBindingStop()
DVirtioNet.h81 EFI_DEVICE_PATH_PROTOCOL *MacDevicePath; // VirtioNetDriverBindingStart member