Home
last modified time | relevance | path

Searched refs:ZPCI_FUNCTIONS_PER_BUS (Results 1 – 4 of 4) sorted by relevance

/arch/s390/pci/
A Dpci_bus.h41 return (devfn >= ZPCI_FUNCTIONS_PER_BUS) ? NULL : zbus->function[devfn]; in zdev_from_bus()
A Dpci_iov.c98 for (i = 0; i < ZPCI_FUNCTIONS_PER_BUS; i++) { in zpci_iov_find_parent_pf()
A Dpci_bus.c137 for (devfn = 0; devfn < ZPCI_FUNCTIONS_PER_BUS; devfn++) { in zpci_bus_scan_bus()
/arch/s390/include/asm/
A Dpci.h104 #define ZPCI_FUNCTIONS_PER_BUS 256 macro
108 struct zpci_dev *function[ZPCI_FUNCTIONS_PER_BUS];

Completed in 7 milliseconds