next_fn
unsigned int next_fn;
next_fn = PCI_ARI_CAP_NFN(cap);
if (next_fn <= fn)
return next_fn;
fn = next_fn(bus, dev, fn);