ReactOS 0.4.16-dev-747-gbc52d5f
|
#include <storahci.h>
Definition at line 462 of file storahci.h.
UCHAR _AHCI_PORT_EXTENSION::AccessType |
Definition at line 473 of file storahci.h.
struct _AHCI_ADAPTER_EXTENSION* _AHCI_PORT_EXTENSION::AdapterExtension |
Definition at line 494 of file storahci.h.
Referenced by AhciAllocateResourceForAdapter(), AhciPortInitialize(), AtapiInquiryCompletion(), and InquiryCompletion().
ULONG _AHCI_PORT_EXTENSION::BytesPerLogicalSector |
Definition at line 477 of file storahci.h.
ULONG _AHCI_PORT_EXTENSION::BytesPerPhysicalSector |
Definition at line 478 of file storahci.h.
STOR_DPC _AHCI_PORT_EXTENSION::CommandCompletion |
Definition at line 484 of file storahci.h.
Referenced by AhciHwPassiveInitialize().
ULONG _AHCI_PORT_EXTENSION::CommandIssuedSlots |
Definition at line 466 of file storahci.h.
Referenced by AhciProcessIO().
PAHCI_COMMAND_HEADER _AHCI_PORT_EXTENSION::CommandList |
Definition at line 490 of file storahci.h.
Referenced by AhciAllocateResourceForAdapter(), and AhciPortInitialize().
AHCI_QUEUE _AHCI_PORT_EXTENSION::CompletionQueue |
Definition at line 487 of file storahci.h.
Referenced by AhciCommandCompletionDpcRoutine().
struct { ... } _AHCI_PORT_EXTENSION::DeviceParams |
STOR_DEVICE_POWER_STATE _AHCI_PORT_EXTENSION::DevicePowerState |
Definition at line 491 of file storahci.h.
Referenced by AhciPortInitialize().
UCHAR _AHCI_PORT_EXTENSION::DeviceType |
Definition at line 474 of file storahci.h.
PIDENTIFY_DEVICE_DATA _AHCI_PORT_EXTENSION::IdentifyDeviceData |
Definition at line 492 of file storahci.h.
Referenced by AhciAllocateResourceForAdapter(), AhciPortInitialize(), and InquiryCompletion().
STOR_PHYSICAL_ADDRESS _AHCI_PORT_EXTENSION::IdentifyDeviceDataPhysicalAddress |
Definition at line 493 of file storahci.h.
Referenced by AhciPortInitialize(), and DeviceInquiryRequest().
UCHAR _AHCI_PORT_EXTENSION::IsActive |
Definition at line 475 of file storahci.h.
UCHAR _AHCI_PORT_EXTENSION::Lba48BitMode |
Definition at line 472 of file storahci.h.
LARGE_INTEGER _AHCI_PORT_EXTENSION::MaxLba |
Definition at line 476 of file storahci.h.
ULONG _AHCI_PORT_EXTENSION::MaxPortQueueDepth |
Definition at line 467 of file storahci.h.
Referenced by AhciAllocateResourceForAdapter().
PAHCI_PORT _AHCI_PORT_EXTENSION::Port |
Definition at line 485 of file storahci.h.
Referenced by AhciPortInitialize().
ULONG _AHCI_PORT_EXTENSION::PortNumber |
Definition at line 464 of file storahci.h.
Referenced by AhciAllocateResourceForAdapter(), and AhciPortInitialize().
ULONG _AHCI_PORT_EXTENSION::QueueSlots |
Definition at line 465 of file storahci.h.
Referenced by AhciProcessIO().
PAHCI_RECEIVED_FIS _AHCI_PORT_EXTENSION::ReceivedFIS |
Definition at line 489 of file storahci.h.
Referenced by AhciAllocateResourceForAdapter(), and AhciPortInitialize().
UCHAR _AHCI_PORT_EXTENSION::RemovableDevice |
Definition at line 471 of file storahci.h.
UCHAR _AHCI_PORT_EXTENSION::RevisionID[9] |
Definition at line 480 of file storahci.h.
UCHAR _AHCI_PORT_EXTENSION::SerialNumber[21] |
Definition at line 481 of file storahci.h.
PSCSI_REQUEST_BLOCK _AHCI_PORT_EXTENSION::Slot[MAXIMUM_AHCI_PORT_NCS] |
Definition at line 488 of file storahci.h.
AHCI_QUEUE _AHCI_PORT_EXTENSION::SrbQueue |
Definition at line 486 of file storahci.h.
Referenced by AhciProcessIO().
UCHAR _AHCI_PORT_EXTENSION::VendorId[41] |
Definition at line 479 of file storahci.h.