Searched refs:next_fn (Results 1 – 1 of 1) sorted by relevance
635 static int next_fn(struct rt_pci_bus *bus, struct rt_pci_device *pdev, int fn) in next_fn() function639 int pos, next_fn; in next_fn() local655 next_fn = PCIM_ARI_CAP_NFN(cap); in next_fn()657 if (next_fn <= fn) in next_fn()662 return next_fn; in next_fn()693 for (int func = 0; func >= 0; func = next_fn(bus, pdev, func)) in rt_pci_scan_slot()
Completed in 3 milliseconds