ReactOS 0.4.15-dev-8052-gc0e3179
_NDIS_MINIPORT_INTERRUPT Struct Reference

#include <ndis.h>

Collaboration diagram for _NDIS_MINIPORT_INTERRUPT:

Public Attributes

PKINTERRUPT InterruptObject
 
KSPIN_LOCK DpcCountLock
 
PVOID Reserved
 
W_ISR_HANDLER MiniportIsr
 
W_HANDLE_INTERRUPT_HANDLER MiniportDpc
 
KDPC InterruptDpc
 
PNDIS_MINIPORT_BLOCK Miniport
 
UCHAR DpcCount
 
BOOLEAN Filler1
 
KEVENT DpcsCompletedEvent
 
BOOLEAN SharedInterrupt
 
BOOLEAN IsrRequested
 

Detailed Description

Definition at line 2232 of file ndis.h.

Member Data Documentation

◆ DpcCount

UCHAR _NDIS_MINIPORT_INTERRUPT::DpcCount

Definition at line 2240 of file ndis.h.

◆ DpcCountLock

KSPIN_LOCK _NDIS_MINIPORT_INTERRUPT::DpcCountLock

Definition at line 2234 of file ndis.h.

◆ DpcsCompletedEvent

KEVENT _NDIS_MINIPORT_INTERRUPT::DpcsCompletedEvent

Definition at line 2242 of file ndis.h.

◆ Filler1

BOOLEAN _NDIS_MINIPORT_INTERRUPT::Filler1

Definition at line 2241 of file ndis.h.

◆ InterruptDpc

KDPC _NDIS_MINIPORT_INTERRUPT::InterruptDpc

Definition at line 2238 of file ndis.h.

Referenced by ServiceRoutine().

◆ InterruptObject

PKINTERRUPT _NDIS_MINIPORT_INTERRUPT::InterruptObject

Definition at line 2233 of file ndis.h.

Referenced by ParaNdis_FinalizeCleanup().

◆ IsrRequested

BOOLEAN _NDIS_MINIPORT_INTERRUPT::IsrRequested

Definition at line 2244 of file ndis.h.

Referenced by ServiceRoutine().

◆ Miniport

PNDIS_MINIPORT_BLOCK _NDIS_MINIPORT_INTERRUPT::Miniport

Definition at line 2239 of file ndis.h.

Referenced by ServiceRoutine().

◆ MiniportDpc

W_HANDLE_INTERRUPT_HANDLER _NDIS_MINIPORT_INTERRUPT::MiniportDpc

Definition at line 2237 of file ndis.h.

◆ MiniportIsr

W_ISR_HANDLER _NDIS_MINIPORT_INTERRUPT::MiniportIsr

Definition at line 2236 of file ndis.h.

◆ Reserved

PVOID _NDIS_MINIPORT_INTERRUPT::Reserved

Definition at line 2235 of file ndis.h.

◆ SharedInterrupt

BOOLEAN _NDIS_MINIPORT_INTERRUPT::SharedInterrupt

Definition at line 2243 of file ndis.h.

Referenced by ServiceRoutine().


The documentation for this struct was generated from the following file: