Lines Matching defs:device_domain_info
704 struct device_domain_info { struct
705 struct list_head link; /* link to domain siblings */
706 u32 segment; /* PCI segment number */
707 u8 bus; /* PCI bus number */
708 u8 devfn; /* PCI devfn number */
709 u16 pfsid; /* SRIOV physical function source ID */
710 u8 pasid_supported:3;
711 u8 pasid_enabled:1;
712 u8 pri_supported:1;
713 u8 pri_enabled:1;
714 u8 ats_supported:1;
715 u8 ats_enabled:1;
716 u8 dtlb_extra_inval:1; /* Quirk for devices need extra flush */
717 u8 ats_qdep;
718 struct device *dev; /* it's NULL for PCIe-to-PCI bridge */
719 struct intel_iommu *iommu; /* IOMMU used by this device */
720 struct dmar_domain *domain; /* pointer to domain */
721 struct pasid_table *pasid_table; /* pasid table */