Searched defs:device_domain_info (Results 1 – 1 of 1) sorted by relevance
560 struct device_domain_info { struct561 struct list_head link; /* link to domain siblings */562 struct list_head global; /* link to global list */563 struct list_head table; /* link to pasid table */564 struct list_head auxiliary_domains; /* auxiliary domains567 u8 bus; /* PCI bus number */568 u8 devfn; /* PCI devfn number */569 u16 pfsid; /* SRIOV physical function source ID */570 u8 pasid_supported:3;571 u8 pasid_enabled:1;[all …]