Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/DpcDxe/
DDpc.c84 DPC_ENTRY *DpcEntry; in DpcQueueDpc()
138 DpcEntry = AllocatePool (sizeof (DPC_ENTRY)); in DpcQueueDpc()
166 DpcEntry = (DPC_ENTRY *)(GetFirstNode (&mDpcEntryFreeList)); in DpcQueueDpc()
226 DPC_ENTRY *DpcEntry; in DpcDispatchDpc()
254 DpcEntry = (DPC_ENTRY *)(GetFirstNode (&mDpcQueue[Tpl])); in DpcDispatchDpc()
DDpc.h40 } DPC_ENTRY; typedef