Searched defs:iommu_dev_data (Results 1 – 1 of 1) sorted by relevance
844 struct iommu_dev_data { struct846 struct mutex mutex;853 struct device *dev;854 u16 devid; /* PCI Device ID */857 u32 max_pasids; /* Max supported PASIDs */859 int ats_qdep;860 u8 ats_enabled :1; /* ATS state */861 u8 pri_enabled :1; /* PRI state */862 u8 pasid_enabled:1; /* PASID state */863 u8 pri_tlp :1; /* PASID TLB required for[all …]