Searched refs:ahci_command_adjust (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | ahci.c | 713 ahci_command_adjust(cmd, opts->lba, opts->buffer, in ahci_exec() 758 ahci_command_adjust(cmd, sector, buffer, bufsize, 0); in ahci_guest_io_halt() 1178 void ahci_command_adjust(AHCICommand *cmd, uint64_t offset, uint64_t buffer, in ahci_command_adjust() function
|
H A D | ahci.h | 641 void ahci_command_adjust(AHCICommand *cmd, uint64_t lba_sect, uint64_t gbuffer,
|
/openbmc/qemu/tests/qtest/ |
H A D | ahci-test.c | 1044 ahci_command_adjust(cmd, 0, ptr, bufsize, 32); in test_dma_fragmented() 1051 ahci_command_adjust(cmd, 0, ptr, bufsize, 32); in test_dma_fragmented() 1475 ahci_command_adjust(cmd, offset2, ptr2, bufsize, 0); in test_reset_pending_callback()
|