Searched defs:device_domain_info (Results 1 – 2 of 2) sorted by relevance
21 struct device_domain_info { struct22 struct list_head link; /* link to domain siblings */23 struct device *dev;24 u32 liodn;25 struct fsl_dma_domain *domain; /* pointer to domain */
611 struct device_domain_info { struct612 struct list_head link; /* link to domain siblings */613 struct list_head global; /* link to global list */614 u32 segment; /* PCI segment number */615 u8 bus; /* PCI bus number */616 u8 devfn; /* PCI devfn number */617 u16 pfsid; /* SRIOV physical function source ID */618 u8 pasid_supported:3;619 u8 pasid_enabled:1;620 u8 pri_supported:1;[all …]