Searched refs:ZPCI_FUNCTIONS_PER_BUS (Results 1 – 4 of 4) sorted by relevance
151 for (devfn = 0; devfn < ZPCI_FUNCTIONS_PER_BUS; devfn++) { in zpci_bus_scan_bus()332 for (devfn = 1; devfn < ZPCI_FUNCTIONS_PER_BUS; devfn++) { in zpci_bus_create_hotplug_slots()391 if (zdev->devfn >= ZPCI_FUNCTIONS_PER_BUS) in zpci_bus_device_register()
40 return (devfn >= ZPCI_FUNCTIONS_PER_BUS) ? NULL : zbus->function[devfn]; in get_zdev_by_bus()
81 for (i = 0; i < ZPCI_FUNCTIONS_PER_BUS; i++) { in zpci_iov_setup_virtfn()
101 #define ZPCI_FUNCTIONS_PER_BUS 256 macro105 struct zpci_dev *function[ZPCI_FUNCTIONS_PER_BUS];
Completed in 10 milliseconds