Home
last modified time | relevance | path

Searched refs:ctba (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c585 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()
H A Dahci.h331 uint64_t ctba[32]; member
461 uint64_t ctba; /* Command Table Descriptor Base Address */ member
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.h262 __le32 ctba; member
H A Dmtip32xx.c2100 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()
/openbmc/qemu/tests/qtest/
H A Dahci-test.c110 g_assert_cmphex(cmd.ctba, ==, ahci->port[i].ctba[j]); in verify_state()