Home
last modified time | relevance | path

Searched defs:device_domain_info (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iommu/
A Dfsl_pamu_domain.h21 struct device_domain_info { struct
22 struct list_head link; /* link to domain siblings */
23 struct device *dev;
24 u32 liodn;
25 struct fsl_dma_domain *domain; /* pointer to domain */
/linux/drivers/iommu/intel/
A Diommu.h766 struct device_domain_info { struct
769 u8 bus; /* PCI bus number */
770 u8 devfn; /* PCI devfn number */
772 u8 pasid_supported:3;
773 u8 pasid_enabled:1;
774 u8 pri_supported:1;
775 u8 pri_enabled:1;
776 u8 ats_supported:1;
777 u8 ats_enabled:1;
779 u8 ats_qdep;
[all …]

Completed in 21 milliseconds