ReactOS 0.4.16-dev-109-gf4cb10f
|
#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(), FdoScanAdapter(), and PdoCreateLunDevice().
BOOLEAN _SCSI_PORT_COMMON_EXTENSION::IsFDO |
Definition at line 140 of file scsiport.h.
Referenced by PdoCreateLunDevice(), PdoDispatchPnp(), PdoHandleQueryProperty(), 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(), ScsiPortDeviceControl(), ScsiPortDispatchPower(), ScsiPortDispatchScsi(), ScsiPortStartPacket(), and SpiSenseCompletionRoutine().