Home | History | Annotate | Download | only in DpcDxe

Lines Matching refs:Dpc

14   Dpc.h

30 #include <Protocol/Dpc.h>
33 // Internal data struture for managing DPCs. A DPC entry is either on the free
34 // list or on a DPC queue at a specific EFI_TPL.
43 Add a Deferred Procedure Call to the end of the DPC queue.
46 @param DpcTpl The EFI_TPL that the DPC should be invoked.
47 @param DpcProcedure Pointer to the DPC's function.
48 @param DpcContext Pointer to the DPC's context. Passed to DpcProcedure
51 @retval EFI_SUCCESS The DPC was queued.
55 add the DPC to the queue.