Home
last modified time | relevance | path

Searched defs:is_atapi (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/ide/
H A Dahci.c1411 int is_atapi = opts & AHCI_CMD_ATAPI; in ahci_pio_transfer() local
/qemu/tests/qtest/libqos/
H A Dahci.c118 bool is_atapi(AHCIQState *ahci, uint8_t port) in is_atapi() function