|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 |
| PVOID | DataBuffer |
| ULONG | SenseInfoOffset |
| UCHAR | Cdb [16] |
Definition at line 76 of file scsi_port.h.
| UCHAR _SCSI_PASS_THROUGH_DIRECT::Cdb |
Definition at line 89 of file scsi_port.h.
| UCHAR _SCSI_PASS_THROUGH_DIRECT::CdbLength |
Definition at line 82 of file scsi_port.h.
| PVOID _SCSI_PASS_THROUGH_DIRECT::DataBuffer |
Definition at line 87 of file scsi_port.h.
| UCHAR _SCSI_PASS_THROUGH_DIRECT::DataIn |
Definition at line 84 of file scsi_port.h.
| ULONG _SCSI_PASS_THROUGH_DIRECT::DataTransferLength |
Definition at line 85 of file scsi_port.h.
| USHORT _SCSI_PASS_THROUGH_DIRECT::Length |
Definition at line 77 of file scsi_port.h.
| UCHAR _SCSI_PASS_THROUGH_DIRECT::Lun |
Definition at line 81 of file scsi_port.h.
| UCHAR _SCSI_PASS_THROUGH_DIRECT::PathId |
Definition at line 79 of file scsi_port.h.
| UCHAR _SCSI_PASS_THROUGH_DIRECT::ScsiStatus |
Definition at line 78 of file scsi_port.h.
| UCHAR _SCSI_PASS_THROUGH_DIRECT::SenseInfoLength |
Definition at line 83 of file scsi_port.h.
| ULONG _SCSI_PASS_THROUGH_DIRECT::SenseInfoOffset |
Definition at line 88 of file scsi_port.h.
| UCHAR _SCSI_PASS_THROUGH_DIRECT::TargetId |
Definition at line 80 of file scsi_port.h.
| ULONG _SCSI_PASS_THROUGH_DIRECT::TimeOutValue |
Definition at line 86 of file scsi_port.h.