ReactOS 0.4.15-dev-7788-g1ad9096
_SCSI_PASS_THROUGH Struct Reference

#include <scsi_port.h>

Public Attributes

USHORT Length
 
UCHAR ScsiStatus
 
UCHAR PathId
 
UCHAR TargetId
 
UCHAR Lun
 
UCHAR CdbLength
 
UCHAR SenseInfoLength
 
UCHAR DataIn
 
ULONG DataTransferLength
 
ULONG TimeOutValue
 
ULONG DataBufferOffset
 
ULONG SenseInfoOffset
 
UCHAR Cdb [16]
 
ULONG_PTR DataBufferOffset
 

Detailed Description

Definition at line 58 of file scsi_port.h.

Member Data Documentation

◆ Cdb

UCHAR _SCSI_PASS_THROUGH::Cdb

Definition at line 71 of file scsi_port.h.

Referenced by ata_send_scsi().

◆ CdbLength

UCHAR _SCSI_PASS_THROUGH::CdbLength

Definition at line 64 of file scsi_port.h.

Referenced by ata_send_scsi().

◆ DataBufferOffset [1/2]

ULONG _SCSI_PASS_THROUGH::DataBufferOffset

Definition at line 69 of file scsi_port.h.

Referenced by ata_send_scsi().

◆ DataBufferOffset [2/2]

ULONG_PTR _SCSI_PASS_THROUGH::DataBufferOffset

Definition at line 54 of file ntddscsi.h.

◆ DataIn

UCHAR _SCSI_PASS_THROUGH::DataIn

Definition at line 66 of file scsi_port.h.

Referenced by ata_send_scsi().

◆ DataTransferLength

ULONG _SCSI_PASS_THROUGH::DataTransferLength

Definition at line 67 of file scsi_port.h.

Referenced by ata_send_scsi().

◆ Length

USHORT _SCSI_PASS_THROUGH::Length

Definition at line 59 of file scsi_port.h.

Referenced by ata_send_scsi().

◆ Lun

UCHAR _SCSI_PASS_THROUGH::Lun

Definition at line 63 of file scsi_port.h.

Referenced by ata_send_scsi().

◆ PathId

UCHAR _SCSI_PASS_THROUGH::PathId

Definition at line 61 of file scsi_port.h.

Referenced by ata_send_scsi().

◆ ScsiStatus

UCHAR _SCSI_PASS_THROUGH::ScsiStatus

Definition at line 60 of file scsi_port.h.

◆ SenseInfoLength

UCHAR _SCSI_PASS_THROUGH::SenseInfoLength

Definition at line 65 of file scsi_port.h.

Referenced by ata_send_scsi().

◆ SenseInfoOffset

ULONG _SCSI_PASS_THROUGH::SenseInfoOffset

Definition at line 70 of file scsi_port.h.

Referenced by ata_send_scsi().

◆ TargetId

UCHAR _SCSI_PASS_THROUGH::TargetId

Definition at line 62 of file scsi_port.h.

Referenced by ata_send_scsi().

◆ TimeOutValue

ULONG _SCSI_PASS_THROUGH::TimeOutValue

Definition at line 68 of file scsi_port.h.

Referenced by ata_send_scsi().


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