Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pci/
Dprobe.c1789 static unsigned next_fn(struct pci_bus *bus, struct pci_dev *dev, unsigned fn) in next_fn() function
1793 unsigned next_fn; in next_fn() local
1803 next_fn = PCI_ARI_CAP_NFN(cap); in next_fn()
1804 if (next_fn <= fn) in next_fn()
1807 return next_fn; in next_fn()
1856 for (fn = next_fn(bus, dev, 0); fn > 0; fn = next_fn(bus, dev, fn)) { in pci_scan_slot()