ReactOS 0.4.16-dev-746-g329a414
|
#include <scsi_port.h>
Public Attributes | |
ULONG | HeaderLength |
UCHAR | Signature [8] |
ULONG | Timeout |
ULONG | ControlCode |
ULONG | ReturnCode |
ULONG | Length |
Definition at line 124 of file scsi_port.h.
ULONG _SRB_IO_CONTROL::ControlCode |
Definition at line 128 of file scsi_port.h.
Referenced by ata_send_ioctl(), AtapiStartIo__(), DiskIoctlSmartGetVersion(), DiskIoctlSmartReceiveDriveData(), and DiskIoctlSmartSendDriveCommand().
ULONG _SRB_IO_CONTROL::HeaderLength |
Definition at line 125 of file scsi_port.h.
Referenced by ata_send_ioctl(), DiskIoctlSmartGetVersion(), DiskIoctlSmartReceiveDriveData(), and DiskIoctlSmartSendDriveCommand().
ULONG _SRB_IO_CONTROL::Length |
Definition at line 130 of file scsi_port.h.
Referenced by ata_send_ioctl(), DiskIoctlSmartGetVersion(), DiskIoctlSmartReceiveDriveData(), and DiskIoctlSmartSendDriveCommand().
ULONG _SRB_IO_CONTROL::ReturnCode |
Definition at line 129 of file scsi_port.h.
Referenced by ata_send_ioctl().
UCHAR _SRB_IO_CONTROL::Signature |
Definition at line 126 of file scsi_port.h.
Referenced by ata_send_ioctl(), DiskIoctlSmartGetVersion(), DiskIoctlSmartReceiveDriveData(), and DiskIoctlSmartSendDriveCommand().
ULONG _SRB_IO_CONTROL::Timeout |
Definition at line 127 of file scsi_port.h.
Referenced by ata_send_ioctl(), DiskIoctlSmartGetVersion(), DiskIoctlSmartReceiveDriveData(), and DiskIoctlSmartSendDriveCommand().