Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Dfsl_pamu_domain.h21 struct device_domain_info { struct
22 struct list_head link; /* link to domain siblings */
23 struct device *dev;
24 u32 liodn;
25 struct fsl_dma_domain *domain; /* pointer to domain */
/openbmc/linux/drivers/iommu/intel/
H A Diommu.h704 struct device_domain_info { struct
705 struct list_head link; /* link to domain siblings */
706 u32 segment; /* PCI segment number */
707 u8 bus; /* PCI bus number */
708 u8 devfn; /* PCI devfn number */
709 u16 pfsid; /* SRIOV physical function source ID */
710 u8 pasid_supported:3;
711 u8 pasid_enabled:1;
712 u8 pri_supported:1;
713 u8 pri_enabled:1;
[all …]