Searched refs:QueueDpc (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DDpcLib.h37 QueueDpc (
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeDpcLib/
H A DDpcLib.c68 QueueDpc ( function
77 return mDpc->QueueDpc (mDpc, DpcTpl, DpcProcedure, DpcContext);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Protocol/
H A DDpc.h95 EFI_DPC_QUEUE_DPC QueueDpc; member in struct:_EFI_DPC_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Timer.c582 QueueDpc (TPL_CALLBACK, TcpTickingDpc, Context);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6If.c546 QueueDpc (TPL_CALLBACK, Ip6OnFrameReceivedDpc, Context);
634 QueueDpc (TPL_CALLBACK, Ip6OnFrameSentDpc, Context);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpTimer.c591 QueueDpc (TPL_CALLBACK, TcpTickingDpc, Context);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4If.c874 QueueDpc (TPL_CALLBACK, Ip4OnArpResolvedDpc, Context);
927 QueueDpc (TPL_CALLBACK, Ip4OnFrameSentDpc, Context);
1191 QueueDpc (TPL_CALLBACK, Ip4OnFrameReceivedDpc, Context);
H A DIp4Impl.c707 QueueDpc (TPL_CALLBACK, Ip4AutoConfigCallBackDpc, Context);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeIpIoLib/
H A DDxeIpIoLib.c882 QueueDpc (TPL_CALLBACK, IpIoTransmitHandlerDpc, Context);
974 QueueDpc (TPL_CALLBACK, IpIoDummyHandlerDpc, Context);
1149 QueueDpc (TPL_CALLBACK, IpIoListenHandlerDpc, Context);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeUdpIoLib/
H A DDxeUdpIoLib.c123 QueueDpc (TPL_CALLBACK, UdpIoOnDgramSentDpc, Context);
313 QueueDpc (TPL_CALLBACK, UdpIoOnDgramRcvdDpc, Context);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/ArpDxe/
H A DArpImpl.c328 QueueDpc (TPL_CALLBACK, ArpOnFrameRcvdDpc, Context);
389 QueueDpc (TPL_CALLBACK, ArpOnFrameSentDpc, Context);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcSupport.c351 QueueDpc (TPL_CALLBACK, PxeBcIcmpErrorDpcHandle, Context);
486 QueueDpc (TPL_CALLBACK, PxeBcIcmp6ErrorDpcHandle, Context);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c243 QueueDpc (TPL_CALLBACK, IcmpErrorListenHandlerDpc, Context);

Completed in 203 milliseconds