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