Home
last modified time | relevance | path

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

/qemu/tests/qtest/
H A Dnvme-test.c128 g_assert_cmpint(NVME_PMRSTS_NRDY(pmrsts), ==, 0x0); in nvmetest_pmr_reg_test()
139 g_assert_cmpint(NVME_PMRSTS_NRDY(pmrsts), ==, 0x1); in nvmetest_pmr_reg_test()
/qemu/include/block/
H A Dnvme.h464 #define NVME_PMRSTS_NRDY(pmrsts) \ macro