Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OptionRomPkg/UndiRuntimeDxe/
DUndi32.h59 #define UNDI_DEV_SIGNATURE SIGNATURE_32('u','n','d','i') macro
60 #define UNDI_DEV_FROM_THIS(a) CR(a, UNDI32_DEV, NIIProtocol_31, UNDI_DEV_SIGNATURE)
61 #define UNDI_DEV_FROM_NIC(a) CR(a, UNDI32_DEV, NicInfo, UNDI_DEV_SIGNATURE)
62 #define UNDI_DEV_FROM_AIP(a) CR(a, UNDI32_DEV, Aip, UNDI_DEV_SIGNATURE)
DInit.c430 UNDI32Device->Signature = UNDI_DEV_SIGNATURE; in UndiDriverStart()