Searched refs:command_table (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.h95 volatile command_table * fCommandTable;
H A Dahci_defs.h298 } _PACKED command_table; typedef in typeref:struct:__anon52
H A Dahci_port.cpp104 + sizeof(fis) + sizeof(command_table)
124 fCommandTable = (command_table*)virtAddr;
125 virtAddr += sizeof(command_table);
H A Dahci_controller.cpp41 ASSERT(sizeof(command_table) == 128);

Completed in 97 milliseconds