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 */
417 struct device_domain_info { struct418 struct list_head link; /* link to domain siblings */419 struct list_head global; /* link to global list */420 u8 bus; /* PCI bus number */421 u8 devfn; /* PCI devfn number */422 u8 pasid_supported:3;423 u8 pasid_enabled:1;424 u8 pri_supported:1;425 u8 pri_enabled:1;426 u8 ats_supported:1;[all …]