ReactOS 0.4.16-dev-329-g9223134
|
#include <scsiport.h>
Definition at line 116 of file scsiport.h.
PVOID _SCSI_REQUEST_BLOCK_INFO::BaseOfMapRegister |
Definition at line 126 of file scsiport.h.
Referenced by SpiAdapterControl().
struct _SCSI_REQUEST_BLOCK_INFO* _SCSI_REQUEST_BLOCK_INFO::CompletedRequests |
Definition at line 129 of file scsiport.h.
Referenced by ScsiPortDpcForIsr(), ScsiPortNotification(), and SpiSaveInterruptData().
PCHAR _SCSI_REQUEST_BLOCK_INFO::DataOffset |
Definition at line 120 of file scsiport.h.
Referenced by ScsiPortStartIo(), and SpiAdapterControl().
ULONG _SCSI_REQUEST_BLOCK_INFO::NumberOfMapRegisters |
Definition at line 127 of file scsiport.h.
Referenced by ScsiPortStartIo(), and SpiAdapterControl().
LIST_ENTRY _SCSI_REQUEST_BLOCK_INFO::Requests |
Definition at line 118 of file scsiport.h.
Referenced by PdoCreateLunDevice(), ScsiPortCompleteRequest(), ScsiPortInitialize(), ScsiPortStartPacket(), SpiAllocateSrbStructures(), and SpiSaveInterruptData().
PVOID _SCSI_REQUEST_BLOCK_INFO::SaveSenseRequest |
Definition at line 121 of file scsiport.h.
Referenced by SpiAllocateSrbStructures().
PSCSI_SG_ADDRESS _SCSI_REQUEST_BLOCK_INFO::ScatterGather |
Definition at line 132 of file scsiport.h.
Referenced by ScsiPortGetPhysicalAddress(), and SpiAdapterControl().
SCSI_SG_ADDRESS _SCSI_REQUEST_BLOCK_INFO::ScatterGatherList[MAX_SG_LIST] |
Definition at line 133 of file scsiport.h.
Referenced by SpiAdapterControl().
ULONG _SCSI_REQUEST_BLOCK_INFO::SequenceNumber |
Definition at line 123 of file scsiport.h.
Referenced by ScsiPortStartIo().
PSCSI_REQUEST_BLOCK _SCSI_REQUEST_BLOCK_INFO::Srb |
Definition at line 119 of file scsiport.h.
Referenced by ScsiPortDispatchScsi(), ScsiPortNotification(), ScsiPortStartIo(), ScsiPortStartPacket(), and SpiSaveInterruptData().