ReactOS 0.4.16-dev-2633-g8dc9e50
_CHANNEL_INFO_AHCI Struct Reference

#include <pciidex.h>

Collaboration diagram for _CHANNEL_INFO_AHCI:

Public Attributes

ULONG64 ReceivedFisPhys
 
ULONG64 CommandListPhys
 
PVOID ReceivedFisOriginal
 
PVOID CommandListOriginal
 
PVOID CommandTableOriginal [AHCI_MAX_COMMAND_SLOTS]
 
ULONG CommandTableSize [AHCI_MAX_COMMAND_SLOTS]
 
ULONG CommandListSize
 
PHYSICAL_ADDRESS ReceivedFisPhysOriginal
 
PHYSICAL_ADDRESS CommandListPhysOriginal
 
PHYSICAL_ADDRESS CommandTablePhysOriginal [AHCI_MAX_COMMAND_SLOTS]
 
PVOID LocalBuffer
 

Detailed Description

Definition at line 320 of file pciidex.h.

Member Data Documentation

◆ CommandListOriginal

PVOID _CHANNEL_INFO_AHCI::CommandListOriginal

Definition at line 325 of file pciidex.h.

Referenced by AtaAhciAllocateMemory(), and AtaAhciFreeMemory().

◆ CommandListPhys

ULONG64 _CHANNEL_INFO_AHCI::CommandListPhys

Definition at line 323 of file pciidex.h.

Referenced by AtaAhciAllocateMemory().

◆ CommandListPhysOriginal

PHYSICAL_ADDRESS _CHANNEL_INFO_AHCI::CommandListPhysOriginal

Definition at line 330 of file pciidex.h.

Referenced by AtaAhciAllocateMemory(), and AtaAhciFreeMemory().

◆ CommandListSize

ULONG _CHANNEL_INFO_AHCI::CommandListSize

Definition at line 328 of file pciidex.h.

Referenced by AtaAhciAllocateMemory(), and AtaAhciFreeMemory().

◆ CommandTableOriginal

PVOID _CHANNEL_INFO_AHCI::CommandTableOriginal[AHCI_MAX_COMMAND_SLOTS]

Definition at line 326 of file pciidex.h.

Referenced by AtaAhciAllocateMemory(), and AtaAhciFreeMemory().

◆ CommandTablePhysOriginal

PHYSICAL_ADDRESS _CHANNEL_INFO_AHCI::CommandTablePhysOriginal[AHCI_MAX_COMMAND_SLOTS]

Definition at line 331 of file pciidex.h.

Referenced by AtaAhciAllocateMemory(), and AtaAhciFreeMemory().

◆ CommandTableSize

ULONG _CHANNEL_INFO_AHCI::CommandTableSize[AHCI_MAX_COMMAND_SLOTS]

Definition at line 327 of file pciidex.h.

Referenced by AtaAhciAllocateMemory(), and AtaAhciFreeMemory().

◆ LocalBuffer

PVOID _CHANNEL_INFO_AHCI::LocalBuffer

Definition at line 332 of file pciidex.h.

◆ ReceivedFisOriginal

PVOID _CHANNEL_INFO_AHCI::ReceivedFisOriginal

Definition at line 324 of file pciidex.h.

Referenced by AtaAhciAllocateMemory(), and AtaAhciFreeMemory().

◆ ReceivedFisPhys

ULONG64 _CHANNEL_INFO_AHCI::ReceivedFisPhys

Definition at line 322 of file pciidex.h.

Referenced by AtaAhciAllocateMemory().

◆ ReceivedFisPhysOriginal

PHYSICAL_ADDRESS _CHANNEL_INFO_AHCI::ReceivedFisPhysOriginal

Definition at line 329 of file pciidex.h.

Referenced by AtaAhciAllocateMemory(), and AtaAhciFreeMemory().


The documentation for this struct was generated from the following file: