Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c238 uint8_t num_cmd_slots; in ahci_hba_enable() local
252 num_cmd_slots = ((ahci->cap & AHCI_CAP_NCS) >> ctzl(AHCI_CAP_NCS)) + 1; in ahci_hba_enable()
253 g_test_message("Number of Command Slots: %u", num_cmd_slots); in ahci_hba_enable()
285 ahci->port[i].clb = ahci_alloc(ahci, num_cmd_slots * 0x20); in ahci_hba_enable()
287 num_cmd_slots * 0x20); in ahci_hba_enable()