Searched refs:next_fn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | probe.c | 2542 static unsigned next_fn(struct pci_bus *bus, struct pci_dev *dev, unsigned fn) in next_fn() function 2546 unsigned next_fn; in next_fn() local 2556 next_fn = PCI_ARI_CAP_NFN(cap); in next_fn() 2557 if (next_fn <= fn) in next_fn() 2560 return next_fn; in next_fn() 2617 for (fn = next_fn(bus, dev, 0); fn > 0; fn = next_fn(bus, dev, fn)) { in pci_scan_slot()
|
/kernel/linux/linux-6.6/drivers/pci/ |
H A D | probe.c | 2611 unsigned int next_fn; in next_ari_fn() local 2621 next_fn = PCI_ARI_CAP_NFN(cap); in next_ari_fn() 2622 if (next_fn <= fn) in next_ari_fn() 2625 return next_fn; in next_ari_fn() 2628 static int next_fn(struct pci_bus *bus, struct pci_dev *dev, int fn) in next_fn() function 2699 fn = next_fn(bus, dev, fn); in pci_scan_slot()
|
Completed in 8 milliseconds