ReactOS 0.4.16-dev-340-g0540c21
|
#include <scsiport.h>
Definition at line 144 of file scsiport.h.
ULONG _SCSI_PORT_LUN_EXTENSION::AttemptCount |
Definition at line 165 of file scsiport.h.
Referenced by SpiProcessCompletedRequest().
PIRP _SCSI_PORT_LUN_EXTENSION::BusyRequest |
Definition at line 168 of file scsiport.h.
Referenced by ScsiPortIoTimer(), and SpiProcessCompletedRequest().
SCSI_PORT_COMMON_EXTENSION _SCSI_PORT_LUN_EXTENSION::Common |
Definition at line 146 of file scsiport.h.
Referenced by FdoHandleDeviceRelations(), FdoScanAdapter(), FdoSendInquiry(), PdoCreateLunDevice(), PdoDispatchPnp(), PdoHandleQueryProperty(), ScsiPortDispatchScsi(), ScsiPortGetPhysicalAddress(), ScsiPortNotification(), ScsiPortStartIo(), ScsiPortStartPacket(), SpiProcessCompletedRequest(), SpiSaveInterruptData(), and SpiSenseCompletionRoutine().
struct _SCSI_PORT_LUN_EXTENSION* _SCSI_PORT_LUN_EXTENSION::CompletedAbortRequests |
Definition at line 172 of file scsiport.h.
Referenced by ScsiPortCompleteRequest(), and ScsiPortDpcForIsr().
BOOLEAN _SCSI_PORT_LUN_EXTENSION::DeviceClaimed |
Definition at line 156 of file scsiport.h.
Referenced by SpiGetInquiryData().
KDEVICE_QUEUE _SCSI_PORT_LUN_EXTENSION::DeviceQueue |
Definition at line 160 of file scsiport.h.
Referenced by PdoCreateLunDevice(), ScsiPortDispatchScsi(), and SpiProcessCompletedRequest().
ULONG _SCSI_PORT_LUN_EXTENSION::Flags |
Definition at line 152 of file scsiport.h.
Referenced by FdoScanAdapter(), FdoSendInquiry(), ScsiPortDispatchScsi(), ScsiPortIoTimer(), ScsiPortStartIo(), ScsiPortStartPacket(), SpiProcessCompletedRequest(), SpiSaveInterruptData(), and SpiSenseCompletionRoutine().
INQUIRYDATA _SCSI_PORT_LUN_EXTENSION::InquiryData |
Definition at line 158 of file scsiport.h.
Referenced by FdoScanAdapter(), FdoSendInquiry(), PdoHandleQueryCompatibleId(), PdoHandleQueryDeviceId(), PdoHandleQueryDeviceText(), PdoHandleQueryHardwareId(), PdoHandleQueryProperty(), and SpiGetInquiryData().
UCHAR _SCSI_PORT_LUN_EXTENSION::Lun |
Definition at line 150 of file scsiport.h.
Referenced by FdoScanAdapter(), FdoSendInquiry(), GetLunByPath(), PdoHandleQueryDeviceText(), PdoHandleQueryInstanceId(), ScsiPortCompleteRequest(), ScsiPortDeviceControl(), ScsiPortDispatchScsi(), and SpiGetInquiryData().
LIST_ENTRY _SCSI_PORT_LUN_EXTENSION::LunEntry |
Definition at line 154 of file scsiport.h.
Referenced by FdoScanAdapter().
ULONG _SCSI_PORT_LUN_EXTENSION::MaxQueueCount |
Definition at line 163 of file scsiport.h.
Referenced by PdoCreateLunDevice().
UCHAR _SCSI_PORT_LUN_EXTENSION::MiniportLunExtension[1] |
Definition at line 180 of file scsiport.h.
UCHAR _SCSI_PORT_LUN_EXTENSION::PathId |
Definition at line 148 of file scsiport.h.
Referenced by FdoScanAdapter(), FdoSendInquiry(), GetLunByPath(), PdoHandleQueryDeviceText(), PdoHandleQueryInstanceId(), ScsiPortCompleteRequest(), ScsiPortDeviceControl(), ScsiPortDispatchScsi(), ScsiPortIoTimer(), and SpiGetInquiryData().
PIRP _SCSI_PORT_LUN_EXTENSION::PendingRequest |
Definition at line 169 of file scsiport.h.
ULONG _SCSI_PORT_LUN_EXTENSION::QueueCount |
Definition at line 162 of file scsiport.h.
Referenced by ScsiPortStartPacket(), and SpiProcessCompletedRequest().
struct _SCSI_PORT_LUN_EXTENSION* _SCSI_PORT_LUN_EXTENSION::ReadyLun |
Definition at line 171 of file scsiport.h.
Referenced by ScsiPortDpcForIsr(), and ScsiPortNotification().
HANDLE _SCSI_PORT_LUN_EXTENSION::RegistryMapKey |
Definition at line 176 of file scsiport.h.
LONG _SCSI_PORT_LUN_EXTENSION::RequestTimeout |
Definition at line 166 of file scsiport.h.
Referenced by PdoCreateLunDevice(), ScsiPortIoTimer(), ScsiPortStartPacket(), SpiProcessCompletedRequest(), and SpiSaveInterruptData().
ULONG _SCSI_PORT_LUN_EXTENSION::SortKey |
Definition at line 161 of file scsiport.h.
SCSI_REQUEST_BLOCK_INFO _SCSI_PORT_LUN_EXTENSION::SrbInfo |
Definition at line 174 of file scsiport.h.
Referenced by PdoCreateLunDevice(), ScsiPortCompleteRequest(), ScsiPortDispatchScsi(), ScsiPortNotification(), ScsiPortStartIo(), ScsiPortStartPacket(), and SpiSaveInterruptData().
UCHAR _SCSI_PORT_LUN_EXTENSION::TargetId |
Definition at line 149 of file scsiport.h.
Referenced by FdoScanAdapter(), FdoSendInquiry(), GetLunByPath(), PdoHandleQueryDeviceText(), PdoHandleQueryInstanceId(), ScsiPortCompleteRequest(), ScsiPortDeviceControl(), ScsiPortDispatchScsi(), and SpiGetInquiryData().