Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c46 bool ncq; member
71 .lba48 = true, .read = true, .ncq = true },
73 .lba48 = true, .write = true, .ncq = true },
495 if (cmd->props->ncq && cmd->errors) { in ahci_port_check_nonbusy()
506 if (!cmd->props->ncq && cmd->errors) { in ahci_port_check_nonbusy()
569 if (!cmd->props->ncq) { in ahci_port_check_cmd_sanity()
635 if (!cmd->props->ncq) { in ahci_write_fis()
865 if (cmd->props->ncq) { in command_table_init()
912 g_assert(!props->ncq || props->lba48); in ahci_command_create()
922 if (!cmd->props->ncq) { in ahci_command_create()
[all …]
/openbmc/linux/drivers/ata/
H A Dlibata-core.c6382 force_horkage_onoff(ncq, ATA_HORKAGE_NONCQ),
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2856 * [no]ncq: Turn on or off NCQ.