Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dahci-test.c64 return (image_size_mb * 1024 * 1024) / AHCI_SECTOR_SIZE; in mb_to_sectors()
849 g_assert_cmphex(sect_size, ==, AHCI_SECTOR_SIZE); in ahci_test_identify()
873 generate_pattern(tx, bufsize, AHCI_SECTOR_SIZE); in ahci_test_io_rw_simple()
1036 generate_pattern(tx, bufsize, AHCI_SECTOR_SIZE); in test_dma_fragmented()
1174 generate_pattern(tx, bufsize, AHCI_SECTOR_SIZE); in ahci_migrate_simple()
1233 generate_pattern(tx, bufsize, AHCI_SECTOR_SIZE); in ahci_halted_io_test()
1305 generate_pattern(tx, bufsize, AHCI_SECTOR_SIZE); in ahci_migrate_halted_io()
1438 int offset2 = bufsize / AHCI_SECTOR_SIZE; in test_reset_pending_callback()
1463 generate_pattern(tx1, bufsize, AHCI_SECTOR_SIZE); in test_reset_pending_callback()
1464 generate_pattern(tx2, bufsize, AHCI_SECTOR_SIZE); in test_reset_pending_callback()
[all …]
/qemu/tests/qtest/libqos/
H A Dahci.h243 #define AHCI_SECTOR_SIZE (512) macro
H A Dahci.c920 cmd->sector_size = props->atapi ? ATAPI_SECTOR_SIZE : AHCI_SECTOR_SIZE; in ahci_command_create()