Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/iommu/
H A Diommufd_utils.h760 static int _test_cmd_get_hw_info(int fd, __u32 device_id, void *data, in _test_cmd_get_hw_info() function
817 ASSERT_EQ(0, _test_cmd_get_hw_info(self->fd, device_id, data, \
821 EXPECT_ERRNO(_errno, _test_cmd_get_hw_info(self->fd, device_id, data, \
825 ASSERT_EQ(0, _test_cmd_get_hw_info(self->fd, device_id, NULL, \
829 ASSERT_EQ(0, _test_cmd_get_hw_info(self->fd, device_id, NULL, \
H A Diommufd_fail_nth.c669 if (_test_cmd_get_hw_info(self->fd, idev_id, &info, in TEST_FAIL_NTH()