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 */
636 struct device_domain_info { struct637 struct list_head link; /* link to domain siblings */638 struct list_head global; /* link to global list */639 struct list_head table; /* link to pasid table */640 struct list_head subdevices; /* subdevices sibling */641 u32 segment; /* PCI segment number */642 u8 bus; /* PCI bus number */643 u8 devfn; /* PCI devfn number */644 u16 pfsid; /* SRIOV physical function source ID */645 u8 pasid_supported:3;[all …]