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.c3200 test_err_hw_queue_alloc(EOPNOTSUPP, viommu_id, in TEST_F()
3204 test_err_hw_queue_alloc(EINVAL, viommu_id, IOMMU_HW_QUEUE_TYPE_SELFTEST, in TEST_F()
3206 test_err_hw_queue_alloc(EOVERFLOW, viommu_id, in TEST_F()
3210 test_err_hw_queue_alloc(ENOENT, viommu_id, IOMMU_HW_QUEUE_TYPE_SELFTEST, in TEST_F()
3218 test_err_hw_queue_alloc(EIO, viommu_id, IOMMU_HW_QUEUE_TYPE_SELFTEST, 1, in TEST_F()
3220 test_err_hw_queue_alloc(EINVAL, viommu_id, IOMMU_HW_QUEUE_TYPE_SELFTEST, in TEST_F()
3228 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