Searched refs:table_ptr (Results 1 – 1 of 1) sorted by relevance
1189 uint64_t table_size, table_ptr, remaining; in ahci_command_commit() local1204 table_ptr = ahci_alloc(ahci, table_size); in ahci_command_commit()1205 g_assert(table_ptr); in ahci_command_commit()1207 g_assert((table_ptr & 0x7F) == 0x00); in ahci_command_commit()1208 cmd->header.ctba = table_ptr; in ahci_command_commit()1216 qtest_memwrite(ahci->parent->qts, table_ptr + 0x40, cmd->atapi_cmd, 16); in ahci_command_commit()1237 qtest_memwrite(ahci->parent->qts, table_ptr + 0x80 + (i * sizeof(PRD)), in ahci_command_commit()1242 ahci->port[port].ctba[cmd->slot] = table_ptr; in ahci_command_commit()