Searched refs:ctba (Results 1 – 5 of 5) sorted by relevance
585 cmd->ctba = le64_to_cpu(cmd->ctba); in ahci_get_command_header()599 tmp.ctba = cpu_to_le64(cmd->ctba); in ahci_set_command_header()610 if (cmd.ctba == 0) { in ahci_destroy_command()616 ahci_free(ahci, cmd.ctba); in ahci_destroy_command()622 ahci->port[port].ctba[slot] = 0; in ahci_destroy_command()629 uint64_t addr = cmd->header.ctba; in ahci_write_fis()853 hdr->ctba = 0; in command_header_init()1208 cmd->header.ctba = table_ptr; in ahci_command_commit()1242 ahci->port[port].ctba[cmd->slot] = table_ptr; in ahci_command_commit()
331 uint64_t ctba[32]; member461 uint64_t ctba; /* Command Table Descriptor Base Address */ member
262 __le32 ctba; member
2100 hdr->ctba = cpu_to_le32(command->command_dma & 0xFFFFFFFF); in mtip_hw_submit_io()3286 hdr->ctba = cpu_to_le32(cmd->command_dma & 0xFFFFFFFF); in mtip_issue_reserved_cmd()
110 g_assert_cmphex(cmd.ctba, ==, ahci->port[i].ctba[j]); in verify_state()