ReactOS 0.4.16-dev-125-g798ea90
|
#include <bsmaster.h>
Public Attributes | |
IDE_AHCI_CMD_LIST | cmd_list [ATA_AHCI_MAX_TAGS] |
IDE_AHCI_RCV_FIS | rcv_fis |
IDE_AHCI_CMD | cmd |
Definition at line 845 of file bsmaster.h.
IDE_AHCI_CMD _IDE_AHCI_CHANNEL_CTL_BLOCK::cmd |
Definition at line 848 of file bsmaster.h.
Referenced by UniataAhciBeginTransaction(), and UniataAhciSoftReset().
IDE_AHCI_CMD_LIST _IDE_AHCI_CHANNEL_CTL_BLOCK::cmd_list[ATA_AHCI_MAX_TAGS] |
Definition at line 846 of file bsmaster.h.
Referenced by UniataAhciBeginTransaction(), UniataAhciEndTransaction(), and UniataAhciSendCommand().
IDE_AHCI_RCV_FIS _IDE_AHCI_CHANNEL_CTL_BLOCK::rcv_fis |
Definition at line 847 of file bsmaster.h.
Referenced by UniataAhciEndTransaction(), and UniataAhciSoftReset().