Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DPxeBcImpl.h60 typedef struct _PXEBC_VIRTUAL_NIC PXEBC_VIRTUAL_NIC; typedef
83 #define PXEBC_VIRTUAL_NIC_FROM_LOADFILE(a) CR (a, PXEBC_VIRTUAL_NIC, LoadFile, PXEBC_VIRTUAL_NIC…
110 PXEBC_VIRTUAL_NIC *Ip4Nic;
111 PXEBC_VIRTUAL_NIC *Ip6Nic;
DPxeBcDriver.c737 Private->Ip4Nic = AllocateZeroPool (sizeof (PXEBC_VIRTUAL_NIC)); in PxeBcCreateIp4Children()
910 Private->Ip6Nic = AllocateZeroPool (sizeof (PXEBC_VIRTUAL_NIC)); in PxeBcCreateIp6Children()
1544 PXEBC_VIRTUAL_NIC *VirtualNic; in PxeBcStop()
DPxeBcImpl.c2345 PXEBC_VIRTUAL_NIC *VirtualNic; in EfiPxeLoadFile()