Searched refs:zpci_bus (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/arch/s390/pci/ |
| H A D | pci_bus.c | 102 struct zpci_bus *zbus = zdev->zbus; in zpci_bus_remove_device() 133 int zpci_bus_scan_bus(struct zpci_bus *zbus) in zpci_bus_scan_bus() 162 struct zpci_bus *zbus = NULL; in zpci_bus_scan_busses() 218 struct zpci_bus *zbus = container_of(kref, struct zpci_bus, kref); in zpci_bus_release() 237 static void zpci_bus_put(struct zpci_bus *zbus) in zpci_bus_put() 242 static struct zpci_bus *zpci_bus_get(int topo, bool topo_is_tid) in zpci_bus_get() 244 struct zpci_bus *zbus; in zpci_bus_get() 261 static struct zpci_bus *zpci_bus_alloc(int topo, bool topo_is_tid) in zpci_bus_alloc() 263 struct zpci_bus *zbus; in zpci_bus_alloc() 374 struct zpci_bus *zbus = NULL; in zpci_bus_device_register() [all …]
|
| H A D | pci_iov.h | 20 int zpci_iov_setup_virtfn(struct zpci_bus *zbus, struct pci_dev *virtfn, int vfn); 22 struct pci_dev *zpci_iov_find_parent_pf(struct zpci_bus *zbus, struct zpci_dev *zdev); 29 static inline int zpci_iov_setup_virtfn(struct zpci_bus *zbus, struct pci_dev *virtfn, int vfn) in zpci_iov_setup_virtfn() 34 static inline struct pci_dev *zpci_iov_find_parent_pf(struct zpci_bus *zbus, struct zpci_dev *zdev) in zpci_iov_find_parent_pf()
|
| H A D | pci_bus.h | 17 int zpci_bus_scan_bus(struct zpci_bus *zbus); 42 struct zpci_bus *zbus = bus->sysdata; in zdev_from_bus()
|
| H A D | pci_iov.c | 77 struct pci_dev *zpci_iov_find_parent_pf(struct zpci_bus *zbus, struct zpci_dev *zdev) in zpci_iov_find_parent_pf() 114 int zpci_iov_setup_virtfn(struct zpci_bus *zbus, struct pci_dev *virtfn, int vfn) in zpci_iov_setup_virtfn()
|
| H A D | pci.c | 110 return ((struct zpci_bus *) bus->sysdata)->domain_nr; in pci_domain_nr()
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | pci.h | 105 struct zpci_bus { struct 121 struct zpci_bus *zbus; argument 283 struct zpci_bus *zbus = pdev->sysdata; in to_zpci()
|
| /linux-6.15/drivers/pci/hotplug/ |
| H A D | s390_pci_hpc.c | 130 struct zpci_bus *zbus = zdev->zbus; in zpci_init_slot()
|