Searched refs:zbus (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/arch/s390/pci/ |
| D | pci_bus.c | 60 zpci_setup_bus_resources(zdev, &zdev->zbus->resources); in zpci_bus_prepare_device() 61 resource_list_for_each_entry_safe(window, n, &zdev->zbus->resources) { in zpci_bus_prepare_device() 63 pci_bus_add_resource(zdev->zbus->bus, res, 0); in zpci_bus_prepare_device() 86 pdev = pci_scan_single_device(zdev->zbus->bus, zdev->devfn); in zpci_bus_scan_device() 92 pci_bus_add_devices(zdev->zbus->bus); in zpci_bus_scan_device() 109 struct zpci_bus *zbus = zdev->zbus; in zpci_bus_remove_device() local 112 if (!zdev->zbus->bus) in zpci_bus_remove_device() 115 pdev = pci_get_slot(zbus->bus, zdev->devfn); in zpci_bus_remove_device() 143 int zpci_bus_scan_bus(struct zpci_bus *zbus) in zpci_bus_scan_bus() argument 148 if (!zbus->function[0]) in zpci_bus_scan_bus() [all …]
|
| D | pci_iov.c | 63 int zpci_iov_setup_virtfn(struct zpci_bus *zbus, struct pci_dev *virtfn, int vfn) in zpci_iov_setup_virtfn() argument 71 if (!zbus->multifunction) in zpci_iov_setup_virtfn() 82 zdev = zbus->function[i]; in zpci_iov_setup_virtfn() 84 pdev = pci_get_slot(zbus->bus, zdev->devfn); in zpci_iov_setup_virtfn()
|
| D | pci_bus.h | 13 int zpci_bus_scan_bus(struct zpci_bus *zbus); 38 struct zpci_bus *zbus = bus->sysdata; in get_zdev_by_bus() local 40 return (devfn >= ZPCI_FUNCTIONS_PER_BUS) ? NULL : zbus->function[devfn]; in get_zdev_by_bus()
|
| D | pci_iov.h | 18 int zpci_iov_setup_virtfn(struct zpci_bus *zbus, struct pci_dev *virtfn, int vfn); 25 static inline int zpci_iov_setup_virtfn(struct zpci_bus *zbus, struct pci_dev *virtfn, int vfn) in zpci_iov_setup_virtfn() argument
|
| D | pci.c | 781 if (!zdev->zbus->bus) in zpci_scan_configured_device() 788 if (zdev->devfn == 0 && zdev->zbus->multifunction) in zpci_scan_configured_device() 789 rc = zpci_bus_scan_bus(zdev->zbus); in zpci_scan_configured_device() 810 if (zdev->zbus->bus) in zpci_deconfigure_device() 863 if (zdev->zbus->bus) in zpci_release_device()
|
| D | pci_event.c | 59 pdev = pci_get_slot(zdev->zbus->bus, zdev->devfn); in __zpci_event_error()
|
| D | pci_sysfs.c | 105 pci_rescan_bus(zdev->zbus->bus); in recover_store()
|
| /Linux-v5.15/drivers/pci/hotplug/ |
| D | s390_pci_hpc.c | 50 pdev = pci_get_slot(zdev->zbus->bus, zdev->devfn); in disable_slot() 86 struct zpci_bus *zbus = zdev->zbus; in zpci_init_slot() local 91 return pci_hp_register(&zdev->hotplug_slot, zbus->bus, in zpci_init_slot()
|
| /Linux-v5.15/arch/s390/include/asm/ |
| D | pci.h | 117 struct zpci_bus *zbus; member 262 struct zpci_bus *zbus = pdev->sysdata; in to_zpci() local 264 return zbus->function[pdev->devfn]; in to_zpci()
|