Searched defs:device_domain_info (Results 1 – 1 of 1) sorted by relevance
632 struct device_domain_info { struct633 struct list_head link; /* link to domain siblings */634 struct list_head global; /* link to global list */635 struct list_head table; /* link to pasid table */636 struct list_head subdevices; /* subdevices sibling */637 u32 segment; /* PCI segment number */638 u8 bus; /* PCI bus number */639 u8 devfn; /* PCI devfn number */640 u16 pfsid; /* SRIOV physical function source ID */641 u8 pasid_supported:3;[all …]