Home
last modified time | relevance | path

Searched refs:zpci_bus (Results 1 – 8 of 8) sorted by relevance

/linux/arch/s390/pci/
H A Dpci_bus.c103 struct zpci_bus *zbus = zdev->zbus; in zpci_bus_remove_device()
134 int zpci_bus_scan_bus(struct zpci_bus *zbus) in zpci_bus_scan_bus()
172 static int zpci_bus_create_pci_bus(struct zpci_bus *zbus, struct zpci_dev *fr, struct pci_ops *ops) in zpci_bus_create_pci_bus()
219 struct zpci_bus *zbus = container_of(kref, struct zpci_bus, kref); in zpci_bus_release()
246 static inline void __zpci_bus_get(struct zpci_bus *zbus) in __zpci_bus_get()
252 static inline void zpci_bus_put(struct zpci_bus *zbus) in zpci_bus_put()
257 static struct zpci_bus *zpci_bus_get(int topo, bool topo_is_tid) in zpci_bus_get()
259 struct zpci_bus *zbus; in zpci_bus_get()
290 void zpci_bus_get_next(struct zpci_bus **pos) in zpci_bus_get_next()
292 struct zpci_bus *curp = *pos, *next = NULL; in zpci_bus_get_next()
[all …]
H A Dpci_iov.h20 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 Dpci_bus.h17 int zpci_bus_scan_bus(struct zpci_bus *zbus);
18 void zpci_bus_get_next(struct zpci_bus **pos);
52 struct zpci_bus *zbus = bus->sysdata; in zdev_from_bus()
H A Dpci_iov.c76 struct pci_dev *zpci_iov_find_parent_pf(struct zpci_bus *zbus, struct zpci_dev *zdev) in zpci_iov_find_parent_pf()
113 int zpci_iov_setup_virtfn(struct zpci_bus *zbus, struct pci_dev *virtfn, int vfn) in zpci_iov_setup_virtfn()
H A Dpci_irq.c410 struct zpci_bus *zbus = zdev->zbus; in zpci_msi_domain_alloc()
504 int zpci_create_parent_msi_domain(struct zpci_bus *zbus) in zpci_create_parent_msi_domain()
532 void zpci_remove_parent_msi_domain(struct zpci_bus *zbus) in zpci_remove_parent_msi_domain()
H A Dpci.c119 return ((struct zpci_bus *) bus->sysdata)->domain_nr; in pci_domain_nr()
1166 struct zpci_bus *zbus; in zpci_scan_devices()
/linux/arch/s390/include/asm/
H A Dpci.h106 struct zpci_bus { struct
123 struct zpci_bus *zbus; argument
294 struct zpci_bus *zbus = pdev->sysdata; in to_zpci()
316 int zpci_create_parent_msi_domain(struct zpci_bus *zbus);
317 void zpci_remove_parent_msi_domain(struct zpci_bus *zbus);
/linux/drivers/pci/hotplug/
H A Ds390_pci_hpc.c129 struct zpci_bus *zbus = zdev->zbus; in zpci_init_slot()