ReactOS 0.4.15-dev-7953-g1f49173
_SCSI_PORT_INTERRUPT_DATA Struct Reference

#include <scsiport.h>

Collaboration diagram for _SCSI_PORT_INTERRUPT_DATA:

Public Attributes

ULONG Flags
 
PSCSI_REQUEST_BLOCK_INFO CompletedRequests
 
PSCSI_PORT_LUN_EXTENSION CompletedAbort
 
PSCSI_PORT_LUN_EXTENSION ReadyLun
 
PHW_TIMER HwScsiTimer
 
ULONG MiniportTimerValue
 

Detailed Description

Definition at line 194 of file scsiport.h.

Member Data Documentation

◆ CompletedAbort

PSCSI_PORT_LUN_EXTENSION _SCSI_PORT_INTERRUPT_DATA::CompletedAbort

Definition at line 198 of file scsiport.h.

Referenced by ScsiPortDpcForIsr().

◆ CompletedRequests

PSCSI_REQUEST_BLOCK_INFO _SCSI_PORT_INTERRUPT_DATA::CompletedRequests

Definition at line 197 of file scsiport.h.

Referenced by ScsiPortDpcForIsr(), and SpiSaveInterruptData().

◆ Flags

ULONG _SCSI_PORT_INTERRUPT_DATA::Flags

Definition at line 196 of file scsiport.h.

Referenced by ScsiPortDpcForIsr().

◆ HwScsiTimer

PHW_TIMER _SCSI_PORT_INTERRUPT_DATA::HwScsiTimer

Definition at line 200 of file scsiport.h.

Referenced by ScsiPortDpcForIsr().

◆ MiniportTimerValue

ULONG _SCSI_PORT_INTERRUPT_DATA::MiniportTimerValue

Definition at line 201 of file scsiport.h.

Referenced by ScsiPortDpcForIsr().

◆ ReadyLun

PSCSI_PORT_LUN_EXTENSION _SCSI_PORT_INTERRUPT_DATA::ReadyLun

Definition at line 199 of file scsiport.h.

Referenced by ScsiPortDpcForIsr().


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