Searched defs:device_domain_info (Results 1 – 2 of 2) sorted by relevance
79 struct device_domain_info { struct80 struct list_head link; /* link to domain siblings */81 struct device *dev;82 u32 liodn;83 struct fsl_dma_domain *domain; /* pointer to domain */
347 struct device_domain_info { struct348 struct list_head link; /* link to domain siblings */349 struct list_head global; /* link to global list */350 u8 bus; /* PCI bus number */351 u8 devfn; /* PCI devfn number */352 struct device *dev; /* it's NULL for PCIe-to-PCI bridge */353 struct intel_iommu *iommu; /* IOMMU used by this device */354 struct dmar_domain *domain; /* pointer to domain */