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

/linux-4.1.27/drivers/pci/
H A Dsetup-bus.c1655 int pci_try_num = 1; pci_assign_unassigned_root_bus_resources() local
1663 pci_try_num = max_depth + 1; pci_assign_unassigned_root_bus_resources()
1665 "max bus depth: %d pci_try_num: %d\n", pci_assign_unassigned_root_bus_resources()
1666 max_depth, pci_try_num); pci_assign_unassigned_root_bus_resources()
1674 if (tried_times + 1 == pci_try_num) pci_assign_unassigned_root_bus_resources()
1690 if (tried_times >= pci_try_num) { pci_assign_unassigned_root_bus_resources()

Completed in 49 milliseconds