Home
last modified time | relevance | path

Searched refs:ZPCI_FUNCTIONS_PER_BUS (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/pci/
H A Dpci_bus.h35 return (devfn >= ZPCI_FUNCTIONS_PER_BUS) ? NULL : zbus->function[devfn]; in get_zdev_by_bus()
H A Dpci_bus.c184 for (i = 1; i < ZPCI_FUNCTIONS_PER_BUS; i++) in zpci_bus_add_devices()
205 if (zdev->devfn >= ZPCI_FUNCTIONS_PER_BUS) in zpci_bus_device_register()
H A Dpci_iov.c81 for (i = 0; i < ZPCI_FUNCTIONS_PER_BUS; i++) { in zpci_iov_setup_virtfn()
/kernel/linux/linux-6.6/arch/s390/pci/
H A Dpci_bus.h40 return (devfn >= ZPCI_FUNCTIONS_PER_BUS) ? NULL : zbus->function[devfn]; in zdev_from_bus()
H A Dpci_iov.c81 for (i = 0; i < ZPCI_FUNCTIONS_PER_BUS; i++) { in zpci_iov_setup_virtfn()
H A Dpci_bus.c142 for (devfn = 0; devfn < ZPCI_FUNCTIONS_PER_BUS; devfn++) { in zpci_bus_scan_bus()
338 if (zdev->devfn >= ZPCI_FUNCTIONS_PER_BUS) in zpci_bus_device_register()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpci.h102 #define ZPCI_FUNCTIONS_PER_BUS 256 macro
106 struct zpci_dev *function[ZPCI_FUNCTIONS_PER_BUS];
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpci.h102 #define ZPCI_FUNCTIONS_PER_BUS 256 macro
106 struct zpci_dev *function[ZPCI_FUNCTIONS_PER_BUS];

Completed in 4 milliseconds