Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/iommu/
Diommu.c1815 int best_type = target_type; in iommu_get_default_domain_type() local
1824 if (best_type && type && best_type != type) { in iommu_get_default_domain_type()
1837 iommu_domain_type_str(best_type)); in iommu_get_default_domain_type()
1840 if (!best_type) in iommu_get_default_domain_type()
1841 best_type = type; in iommu_get_default_domain_type()
1844 return best_type; in iommu_get_default_domain_type()