Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Dfsl_pamu_domain.h79 struct device_domain_info { struct
80 struct list_head link; /* link to domain siblings */
81 struct device *dev;
82 u32 liodn;
83 struct fsl_dma_domain *domain; /* pointer to domain */
Dintel-iommu.c347 struct device_domain_info { struct
348 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 */