ReactOS 0.4.16-dev-2656-g2ec1f64
_AHCI_COMMAND_TABLE Struct Reference

#include <ahci.h>

Collaboration diagram for _AHCI_COMMAND_TABLE:

Public Attributes

union {
   AHCI_FIS_HOST_TO_DEVICE   HostToDeviceFis
 
   UCHAR   CommandFis [64]
 
}; 
 
UCHAR AtapiCommand [16]
 
UCHAR Reserved [48]
 
AHCI_PRD_TABLE_ENTRY PrdTable [ANYSIZE_ARRAY]
 
UCHAR CFIS [64]
 
UCHAR ACMD [16]
 
UCHAR RSV0 [48]
 
AHCI_PRDT PRDT [MAXIMUM_AHCI_PRDT_ENTRIES]
 

Detailed Description

Definition at line 508 of file ahci.h.

Member Data Documentation

◆ 

union { ... } _AHCI_COMMAND_TABLE::@1170

◆ ACMD

UCHAR _AHCI_COMMAND_TABLE::ACMD[16]

Definition at line 361 of file storahci.h.

◆ AtapiCommand

UCHAR _AHCI_COMMAND_TABLE::AtapiCommand[16]

Definition at line 515 of file ahci.h.

Referenced by AtaAhciPrepareIo().

◆ CFIS

UCHAR _AHCI_COMMAND_TABLE::CFIS[64]

Definition at line 360 of file storahci.h.

Referenced by AhciATA_CFIS(), and AhciATAPI_CFIS().

◆ CommandFis

UCHAR _AHCI_COMMAND_TABLE::CommandFis[64]

Definition at line 513 of file ahci.h.

◆ HostToDeviceFis

AHCI_FIS_HOST_TO_DEVICE _AHCI_COMMAND_TABLE::HostToDeviceFis

Definition at line 512 of file ahci.h.

Referenced by AtaAhciPmpRead(), AtaAhciPmpWrite(), AtaAhciPrepareIo(), and AtaAhciSendResetFis().

◆ PRDT

AHCI_PRDT _AHCI_COMMAND_TABLE::PRDT[MAXIMUM_AHCI_PRDT_ENTRIES]

Definition at line 363 of file storahci.h.

Referenced by AhciBuild_PRDT().

◆ PrdTable

AHCI_PRD_TABLE_ENTRY _AHCI_COMMAND_TABLE::PrdTable[ANYSIZE_ARRAY]

Definition at line 517 of file ahci.h.

Referenced by AtaAhciPreparePrdTable().

◆ Reserved

UCHAR _AHCI_COMMAND_TABLE::Reserved[48]

Definition at line 516 of file ahci.h.

◆ RSV0

UCHAR _AHCI_COMMAND_TABLE::RSV0[48]

Definition at line 362 of file storahci.h.


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