|
ReactOS 0.4.16-dev-2633-g8dc9e50
|
#include <atapi.h>

Public Attributes | |
| struct { | |
| UCHAR Lun | |
| UCHAR TargetId | |
| UCHAR PathId | |
| UCHAR IsValid | |
| }; | |
| ULONG | AsULONG |
| struct { ... } _ATA_SCSI_ADDRESS::@1162 |
| ULONG _ATA_SCSI_ADDRESS::AsULONG |
Definition at line 69 of file atapi.h.
Referenced by AtaFdoDeviceListInsert(), AtaFdoFindDeviceByPath(), AtaFdoFindNextDeviceByPath(), AtaFdoHandleGetScsiInquiryData(), AtaFdoInitializeDeviceRelations(), AtaFdoQueryBusRelations(), AtaFdoRemoveDevice(), AtaPortEnterStateMachine(), AtaPortEnumeratePort(), AtaPortExitStateMachine(), and AtaPortOnResetNotification().
| UCHAR _ATA_SCSI_ADDRESS::IsValid |
Definition at line 67 of file atapi.h.
Referenced by AtaMarshallScsiAddress().
| UCHAR _ATA_SCSI_ADDRESS::Lun |
The lun number 0-7.
Definition at line 50 of file atapi.h.
Referenced by AtaFdoHandleGetScsiInquiryData(), AtaFdoInitializeDeviceRelations(), AtaFdoQueryBusRelations(), AtaMarshallScsiAddress(), AtaPdoDispatchScsi(), AtaPdoHandleGetScsiAddress(), AtaPdoQueryCapabilities(), AtaPdoQueryDeviceText(), AtaPdoQueryId(), and AtaQueryWmiDataBlock().
| UCHAR _ATA_SCSI_ADDRESS::PathId |
The ATA channel number 0-31.
Definition at line 65 of file atapi.h.
Referenced by AtaFdoHandleGetScsiInquiryData(), AtaMarshallScsiAddress(), AtaPdoDispatchScsi(), AtaPdoHandleGetScsiAddress(), AtaPdoQueryDeviceText(), AtaPdoQueryId(), AtaPortFindDeviceForAction(), and AtaQueryWmiDataBlock().
| UCHAR _ATA_SCSI_ADDRESS::TargetId |
PATA: The device number 0 - Master, 1 - Slave, 2 - Master (PC-98), 3 - Slave (PC-98).
AHCI: The device number 0-15.
Definition at line 60 of file atapi.h.
Referenced by AtaFdoHandleGetScsiInquiryData(), AtaFdoInitializeDeviceRelations(), AtaFdoQueryBusRelations(), AtaMarshallScsiAddress(), AtaPdoDispatchScsi(), AtaPdoHandleGetScsiAddress(), AtaPdoQueryCapabilities(), AtaPdoQueryDeviceText(), AtaPdoQueryId(), AtaPortEnumerateDevice(), AtaPortEnumeratePort(), AtaPortOnResetNotification(), AtaPortTimeout(), and AtaQueryWmiDataBlock().