Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/iommu/
H A Diommufd.c3173 test_err_hw_queue_alloc(EOPNOTSUPP, viommu_id, in TEST_F()
3177 test_err_hw_queue_alloc(EINVAL, viommu_id, IOMMU_HW_QUEUE_TYPE_SELFTEST, in TEST_F()
3179 test_err_hw_queue_alloc(EOVERFLOW, viommu_id, in TEST_F()
3183 test_err_hw_queue_alloc(ENOENT, viommu_id, IOMMU_HW_QUEUE_TYPE_SELFTEST, in TEST_F()
3191 test_err_hw_queue_alloc(EIO, viommu_id, IOMMU_HW_QUEUE_TYPE_SELFTEST, 1, in TEST_F()
3193 test_err_hw_queue_alloc(EINVAL, viommu_id, IOMMU_HW_QUEUE_TYPE_SELFTEST, in TEST_F()
3201 test_err_hw_queue_alloc(EEXIST, viommu_id, IOMMU_HW_QUEUE_TYPE_SELFTEST, in TEST_F()
H A Diommufd_utils.h1056 #define test_err_hw_queue_alloc(_errno, viommu_id, type, idx, base_addr, len, \ macro