|
ReactOS 0.4.16-dev-2633-g8dc9e50
|
#include "pciidex.h"
Go to the source code of this file.
| BOOLEAN AtaAhciAllocateSlot | ( | _In_ PVOID | ChannelContext, |
| _In_ PATA_DEVICE_REQUEST | Request, | ||
| _In_ BOOLEAN | Allocate | ||
| ) |
Definition at line 260 of file ahci_io.c.
|
static |
Definition at line 16 of file ahci_io.c.
Referenced by AtaAhciPrepareIo().
|
static |
Definition at line 68 of file ahci_io.c.
Referenced by AtaAhciPrepareIo().
|
static |
Definition at line 35 of file ahci_io.c.
Referenced by AtaAhciPrepareIo().
Definition at line 406 of file ahci_io.c.
|
static |
Definition at line 300 of file ahci_io.c.
Referenced by AtaAhciPortHandleInterrupt().
|
static |
Definition at line 343 of file ahci_io.c.
Referenced by AtaAhciHbaIsr().
| VOID AtaAhciPrepareIo | ( | _In_ PVOID | ChannelContext, |
| _In_ PATA_DEVICE_REQUEST | Request | ||
| ) |
Definition at line 169 of file ahci_io.c.
| VOID AtaAhciPreparePrdTable | ( | _In_ PVOID | ChannelContext, |
| _In_ PATA_DEVICE_REQUEST | Request, | ||
| _In_ SCATTER_GATHER_LIST *__restrict | SgList | ||
| ) |
Definition at line 222 of file ahci_io.c.
| BOOLEAN AtaAhciStartIo | ( | _In_ PVOID | ChannelContext, |
| _In_ PATA_DEVICE_REQUEST | Request | ||
| ) |
Definition at line 134 of file ahci_io.c.
|
static |
Copy the CDB bytes (12 or 16 bytes)
Definition at line 104 of file ahci_io.c.
Referenced by AtaAhciPrepareIo().
| C_ASSERT | ( | FIELD_OFFSET(AHCI_COMMAND_TABLE, AtapiCommand) % sizeof(ULONG64) | = =0 | ) |
| C_ASSERT | ( | FIELD_OFFSET(ATA_DEVICE_REQUEST, Cdb) % sizeof(ULONG64) | = =0 | ) |