Searched refs:command_list_entry (Results 1 - 4 of 4) sorted by path

/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_controller.cpp40 ASSERT(sizeof(command_list_entry) == 32);
H A Dahci_defs.h268 } _PACKED command_list_entry; typedef in typeref:struct:__anon49
H A Dahci_port.cpp103 size_t size = sizeof(command_list_entry) * COMMAND_LIST_ENTRY_COUNT
120 fCommandList = (command_list_entry*)virtAddr;
121 virtAddr += sizeof(command_list_entry) * COMMAND_LIST_ENTRY_COUNT;
131 physAddr += sizeof(command_list_entry) * COMMAND_LIST_ENTRY_COUNT;
H A Dahci_port.h67 // uint8 * SetCommandFis(volatile command_list_entry *cmd, volatile fis *fis, const void *data, size_t dataSize);
94 volatile command_list_entry * fCommandList;

Completed in 66 milliseconds