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.c3116 test_err_hw_queue_alloc(EOPNOTSUPP, viommu_id, in TEST_F()
3120 test_err_hw_queue_alloc(EINVAL, viommu_id, IOMMU_HW_QUEUE_TYPE_SELFTEST, in TEST_F()
3122 test_err_hw_queue_alloc(EOVERFLOW, viommu_id, in TEST_F()
3126 test_err_hw_queue_alloc(ENOENT, viommu_id, IOMMU_HW_QUEUE_TYPE_SELFTEST, in TEST_F()
3134 test_err_hw_queue_alloc(EIO, viommu_id, IOMMU_HW_QUEUE_TYPE_SELFTEST, 1, in TEST_F()
3136 test_err_hw_queue_alloc(EINVAL, viommu_id, IOMMU_HW_QUEUE_TYPE_SELFTEST, in TEST_F()
3144 test_err_hw_queue_alloc(EEXIST, viommu_id, IOMMU_HW_QUEUE_TYPE_SELFTEST, in TEST_F()
H A Diommufd_utils.h1000 #define test_err_hw_queue_alloc(_errno, viommu_id, type, idx, base_addr, len, \ macro