Searched defs:zpci_bus (Results 1 – 1 of 1) sorted by relevance
106 struct zpci_bus { struct107 struct kref kref;108 struct pci_bus *bus;109 struct zpci_dev *function[ZPCI_FUNCTIONS_PER_BUS];110 struct list_head resources;111 struct list_head bus_next;112 struct resource bus_resource;113 struct irq_domain *msi_parent_domain;114 int topo; /* TID if topo_is_tid, PCHID otherwise */115 int domain_nr;[all …]