ReactOS 0.4.15-dev-7934-g1dc8d80
_SCSI_PNP_REQUEST_BLOCK Struct Reference

#include <srb.h>

Collaboration diagram for _SCSI_PNP_REQUEST_BLOCK:

Public Attributes

USHORT Length
 
UCHAR Function
 
UCHAR SrbStatus
 
UCHAR PnPSubFunction
 
UCHAR PathId
 
UCHAR TargetId
 
UCHAR Lun
 
STOR_PNP_ACTION PnPAction
 
ULONG SrbFlags
 
ULONG DataTransferLength
 
ULONG TimeOutValue
 
PVOID DataBuffer
 
PVOID SenseInfoBuffer
 
struct _SCSI_REQUEST_BLOCKNextSrb
 
PVOID OriginalRequest
 
PVOID SrbExtension
 
ULONG SrbPnPFlags
 
UCHAR Reserved4 [16]
 

Detailed Description

Definition at line 423 of file srb.h.

Member Data Documentation

◆ DataBuffer

PVOID _SCSI_PNP_REQUEST_BLOCK::DataBuffer

Definition at line 435 of file srb.h.

◆ DataTransferLength

ULONG _SCSI_PNP_REQUEST_BLOCK::DataTransferLength

Definition at line 433 of file srb.h.

◆ Function

UCHAR _SCSI_PNP_REQUEST_BLOCK::Function

Definition at line 425 of file srb.h.

◆ Length

USHORT _SCSI_PNP_REQUEST_BLOCK::Length

Definition at line 424 of file srb.h.

◆ Lun

UCHAR _SCSI_PNP_REQUEST_BLOCK::Lun

Definition at line 430 of file srb.h.

◆ NextSrb

struct _SCSI_REQUEST_BLOCK * _SCSI_PNP_REQUEST_BLOCK::NextSrb

Definition at line 437 of file srb.h.

◆ OriginalRequest

PVOID _SCSI_PNP_REQUEST_BLOCK::OriginalRequest

Definition at line 438 of file srb.h.

◆ PathId

UCHAR _SCSI_PNP_REQUEST_BLOCK::PathId

Definition at line 428 of file srb.h.

◆ PnPAction

STOR_PNP_ACTION _SCSI_PNP_REQUEST_BLOCK::PnPAction

Definition at line 431 of file srb.h.

Referenced by AhciHwStartIo().

◆ PnPSubFunction

UCHAR _SCSI_PNP_REQUEST_BLOCK::PnPSubFunction

Definition at line 427 of file srb.h.

◆ Reserved4

UCHAR _SCSI_PNP_REQUEST_BLOCK::Reserved4

Definition at line 444 of file srb.h.

◆ SenseInfoBuffer

PVOID _SCSI_PNP_REQUEST_BLOCK::SenseInfoBuffer

Definition at line 436 of file srb.h.

◆ SrbExtension

PVOID _SCSI_PNP_REQUEST_BLOCK::SrbExtension

Definition at line 439 of file srb.h.

◆ SrbFlags

ULONG _SCSI_PNP_REQUEST_BLOCK::SrbFlags

Definition at line 432 of file srb.h.

◆ SrbPnPFlags

ULONG _SCSI_PNP_REQUEST_BLOCK::SrbPnPFlags

Definition at line 440 of file srb.h.

Referenced by AhciHwStartIo().

◆ SrbStatus

UCHAR _SCSI_PNP_REQUEST_BLOCK::SrbStatus

Definition at line 426 of file srb.h.

◆ TargetId

UCHAR _SCSI_PNP_REQUEST_BLOCK::TargetId

Definition at line 429 of file srb.h.

◆ TimeOutValue

ULONG _SCSI_PNP_REQUEST_BLOCK::TimeOutValue

Definition at line 434 of file srb.h.


The documentation for this struct was generated from the following files: