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

| _CHANNEL_DATA_AHCI::CHANNEL_DATA_COMMON |
| PAHCI_COMMAND_LIST _CHANNEL_DATA_AHCI::CommandList |
Definition at line 342 of file pciidex.h.
Referenced by AtaAhciAllocateMemory(), and AtaAhciPrepareIo().
| PAHCI_COMMAND_TABLE _CHANNEL_DATA_AHCI::CommandTable[AHCI_MAX_COMMAND_SLOTS] |
Definition at line 343 of file pciidex.h.
Referenced by AtaAhciAllocateMemory(), AtaAhciPrepareIo(), and AtaAhciPreparePrdTable().
| PVOID _CHANNEL_DATA_AHCI::IoBase |
Definition at line 340 of file pciidex.h.
Referenced by AtaAhciCreateChannelData(), AtaAhciEnableInterrupts(), AtaAhciIdentifyDevice(), and AtaAhciStartIo().
| UCHAR _CHANNEL_DATA_AHCI::LastFbsDeviceNumber |
Definition at line 345 of file pciidex.h.
Referenced by AtaAhciStartIo().
| UCHAR _CHANNEL_DATA_AHCI::LastPmpDeviceNumber |
Definition at line 344 of file pciidex.h.
Referenced by AtaAhciAllocateSlot().
| CHANNEL_INFO_AHCI _CHANNEL_DATA_AHCI::Mem |
Definition at line 347 of file pciidex.h.
Referenced by AtaAhciAllocateMemory(), and AtaAhciFreeMemory().
| PAHCI_RECEIVED_FIS _CHANNEL_DATA_AHCI::ReceivedFis |
Definition at line 341 of file pciidex.h.
Referenced by AtaAhciAllocateMemory().
| ULONG _CHANNEL_DATA_AHCI::TotalPortCount |
Definition at line 346 of file pciidex.h.
Referenced by AtaAhciEnumerateChannel(), and AtaAhciIdentifyDevice().