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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/DpcDxe/
H A DDpc.c40 UINTN mMaxDpcQueueDepth = 0; variable
192 if (mDpcQueueDepth > mMaxDpcQueueDepth) {
193 mMaxDpcQueueDepth = mDpcQueueDepth;

Completed in 1399 milliseconds