Home
last modified time | relevance | path

Searched defs:device_domain_info (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dfsl_pamu_domain.h67 struct device_domain_info { struct
68 struct list_head link; /* link to domain siblings */
69 struct device *dev;
70 u32 liodn;
71 struct fsl_dma_domain *domain; /* pointer to domain */
/OK3568_Linux_fs/kernel/include/linux/
H A Dintel-iommu.h617 struct device_domain_info { struct
618 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 domains
624 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 …]