|
ReactOS 0.4.16-dev-2656-g2ec1f64
|
#include <ahci.h>

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] |
| union { ... } _AHCI_COMMAND_TABLE::@1170 |
| UCHAR _AHCI_COMMAND_TABLE::ACMD[16] |
Definition at line 361 of file storahci.h.
| UCHAR _AHCI_COMMAND_TABLE::AtapiCommand[16] |
Definition at line 515 of file ahci.h.
Referenced by AtaAhciPrepareIo().
| UCHAR _AHCI_COMMAND_TABLE::CFIS[64] |
Definition at line 360 of file storahci.h.
Referenced by AhciATA_CFIS(), and AhciATAPI_CFIS().
| AHCI_FIS_HOST_TO_DEVICE _AHCI_COMMAND_TABLE::HostToDeviceFis |
Definition at line 512 of file ahci.h.
Referenced by AtaAhciPmpRead(), AtaAhciPmpWrite(), AtaAhciPrepareIo(), and AtaAhciSendResetFis().
| AHCI_PRDT _AHCI_COMMAND_TABLE::PRDT[MAXIMUM_AHCI_PRDT_ENTRIES] |
Definition at line 363 of file storahci.h.
Referenced by AhciBuild_PRDT().
| AHCI_PRD_TABLE_ENTRY _AHCI_COMMAND_TABLE::PrdTable[ANYSIZE_ARRAY] |
Definition at line 517 of file ahci.h.
Referenced by AtaAhciPreparePrdTable().
| UCHAR _AHCI_COMMAND_TABLE::RSV0[48] |
Definition at line 362 of file storahci.h.