Lines Matching full:test

2  * AHCI test cases
39 /* Test images sizes in MB */
149 /*** Test Setup & Teardown ***/
230 /* Initialize test device */ in ahci_boot_and_enable()
358 * Test PCI capabilities for AHCI specification adherence.
389 * Test SATA PCI capabilitity for AHCI specification adherence.
424 * Test MSI PCI capability for AHCI specification adherence.
455 * Test Power Management PCI capability for AHCI specification adherence.
641 * Test the memory space for one port for specification adherence.
740 * prone to change, so we cannot test any well known value. */ in ahci_test_port_spec()
827 g_test_message("Selected port %u for test", px); in ahci_test_identify()
837 * Since we copy byte-for-byte in ahci-test, on both LE and BE, we need to in ahci_test_identify()
838 * unchunk this data. By contrast, ide-test copies 2 bytes at a time, and in ahci_test_identify()
937 /* Test Interfaces */
941 * Basic sanity test to boot a machine, find an AHCI device, and shutdown.
976 * and test them for AHCI specification adherence.
1016 * Fragmented DMA test: Perform a standard 4K DMA read/write
1017 * test, but make sure the physical regions are fragmented to
1130 * Basic sanity test to boot a machine, find an AHCI device, and shutdown.
1151 * Simple migration test: Write a pattern, migrate, then read.
1202 * Halted IO Error Test
1267 * IO Error Migration Test
1344 * Migration test: Try to flush, migrate, then resume.
1445 /* Uses throttling to make test independent of specific environment. */ in test_reset_pending_callback()
1628 /* Regression test: Test that a READ_CD command with a BCL of 0 but a size of 0
1682 /* Test the tray without a medium */ in test_atapi_tray()
1725 /* Final tray test. */ in test_atapi_tray()
1739 /* AHCI I/O Test Matrix Definitions */
1840 * Test a Read/Write pattern using various commands, addressing modes,
1856 * Demultiplex the test data and invoke the actual test routine.
1906 g_test_message("%s: skipped; test image too small", name); in create_ahci_io_test()
1954 g_test_message("Skipping test for non-x86"); in main()