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 */
476 struct device_domain_info { struct477 struct list_head link; /* link to domain siblings */478 struct list_head global; /* link to global list */479 struct list_head table; /* link to pasid table */480 u8 bus; /* PCI bus number */481 u8 devfn; /* PCI devfn number */482 u16 pfsid; /* SRIOV physical function source ID */483 u8 pasid_supported:3;484 u8 pasid_enabled:1;485 u8 pri_supported:1;[all …]