|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <scsiport.h>

Public Attributes | |
| ULONG | Flags |
| PSCSI_REQUEST_BLOCK_INFO | CompletedRequests |
| PSCSI_PORT_LUN_EXTENSION | CompletedAbort |
| PSCSI_PORT_LUN_EXTENSION | ReadyLun |
| PHW_TIMER | HwScsiTimer |
| ULONG | MiniportTimerValue |
Definition at line 194 of file scsiport.h.
| PSCSI_PORT_LUN_EXTENSION _SCSI_PORT_INTERRUPT_DATA::CompletedAbort |
Definition at line 198 of file scsiport.h.
Referenced by ScsiPortDpcForIsr().
| PSCSI_REQUEST_BLOCK_INFO _SCSI_PORT_INTERRUPT_DATA::CompletedRequests |
Definition at line 197 of file scsiport.h.
Referenced by ScsiPortDpcForIsr(), and SpiSaveInterruptData().
| ULONG _SCSI_PORT_INTERRUPT_DATA::Flags |
Definition at line 196 of file scsiport.h.
Referenced by ScsiPortDpcForIsr().
| PHW_TIMER _SCSI_PORT_INTERRUPT_DATA::HwScsiTimer |
Definition at line 200 of file scsiport.h.
Referenced by ScsiPortDpcForIsr().
| ULONG _SCSI_PORT_INTERRUPT_DATA::MiniportTimerValue |
Definition at line 201 of file scsiport.h.
Referenced by ScsiPortDpcForIsr().
| PSCSI_PORT_LUN_EXTENSION _SCSI_PORT_INTERRUPT_DATA::ReadyLun |
Definition at line 199 of file scsiport.h.
Referenced by ScsiPortDpcForIsr().