Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c709 cmd = ahci_atapi_command_create(op, bcl, opts->atapi_dma); in ahci_exec()
937 AHCICommand *ahci_atapi_command_create(uint8_t scsi_cmd, uint16_t bcl, bool dma) in ahci_atapi_command_create() function
954 AHCICommand *cmd = ahci_atapi_command_create(CMD_ATAPI_TEST_UNIT_READY, 0, false); in ahci_atapi_test_ready()
996 AHCICommand *cmd = ahci_atapi_command_create(CMD_ATAPI_START_STOP_UNIT, 0, false); in ahci_atapi_eject()
1008 AHCICommand *cmd = ahci_atapi_command_create(CMD_ATAPI_START_STOP_UNIT, 0, false); in ahci_atapi_load()
H A Dahci.h623 AHCICommand *ahci_atapi_command_create(uint8_t scsi_cmd, uint16_t bcl, bool dma);