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

Public Attributes | |
| PDEVICE_OBJECT | DeviceObject |
| PDEVICE_OBJECT | LowerDevice |
| BOOLEAN | IsFDO |
Definition at line 136 of file scsiport.h.
| PDEVICE_OBJECT _SCSI_PORT_COMMON_EXTENSION::DeviceObject |
Definition at line 138 of file scsiport.h.
Referenced by FdoHandleDeviceRelations(), FdoHandleScsiPassthrough(), FdoScanAdapter(), and PdoCreateLunDevice().
| BOOLEAN _SCSI_PORT_COMMON_EXTENSION::IsFDO |
Definition at line 140 of file scsiport.h.
Referenced by PdoCreateLunDevice(), PdoDispatchPnp(), PdoHandleQueryProperty(), PdoHandleScsiPassthrough(), ScsiPortDeviceControl(), ScsiPortDispatchPower(), ScsiPortDispatchScsi(), ScsiPortGetPhysicalAddress(), ScsiPortNotification(), ScsiPortStartIo(), ScsiPortStartPacket(), SpiProcessCompletedRequest(), and SpiSaveInterruptData().
| PDEVICE_OBJECT _SCSI_PORT_COMMON_EXTENSION::LowerDevice |
Definition at line 139 of file scsiport.h.
Referenced by FdoSendInquiry(), PdoCreateLunDevice(), PdoHandleQueryProperty(), PdoHandleScsiPassthrough(), ScsiPortDeviceControl(), ScsiPortDispatchPower(), ScsiPortDispatchScsi(), ScsiPortStartPacket(), and SpiSenseCompletionRoutine().