Searched defs:device_domain_info (Results 1 – 4 of 4) sorted by relevance
67 struct device_domain_info { struct68 struct list_head link; /* link to domain siblings */69 struct device *dev;70 u32 liodn;71 struct fsl_dma_domain *domain; /* pointer to domain */
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 */
478 struct device_domain_info { struct479 struct list_head link; /* link to domain siblings */480 struct list_head global; /* link to global list */481 struct list_head table; /* link to pasid table */482 u8 bus; /* PCI bus number */483 u8 devfn; /* PCI devfn number */484 u16 pfsid; /* SRIOV physical function source ID */485 u8 pasid_supported:3;486 u8 pasid_enabled:1;487 u8 pri_supported:1;[all …]
617 struct device_domain_info { struct618 struct list_head link; /* link to domain siblings */619 struct list_head global; /* link to global list */620 struct list_head table; /* link to pasid table */621 struct list_head auxiliary_domains; /* auxiliary domains624 u32 segment; /* PCI segment number */625 u8 bus; /* PCI bus number */626 u8 devfn; /* PCI devfn number */627 u16 pfsid; /* SRIOV physical function source ID */628 u8 pasid_supported:3;[all …]