Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iommu/
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 */
/Linux-v5.15/include/linux/
Dintel-iommu.h636 struct device_domain_info { struct
637 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 …]