Home
last modified time | relevance | path

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

/reactos/drivers/network/dd/netkvm/Common/
H A Dndis56common.h619 ULONG knownInterruptSources);
H A DParaNdis-Common.c1454 ULONG knownInterruptSources) in ParaNdis_OnQueuedInterrupt() argument
1456 struct virtqueue* _vq = ParaNdis_GetQueueForInterrupt(pContext, knownInterruptSources); in ParaNdis_OnQueuedInterrupt()
1466 InterlockedOr(&pContext->InterruptStatus, (LONG)knownInterruptSources); in ParaNdis_OnQueuedInterrupt()
1467 ParaNdis_VirtIODisableIrqSynchronized(pContext, knownInterruptSources); in ParaNdis_OnQueuedInterrupt()