Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/alteon/
Dacenic.c463 static int boards_found; in acenic_probe_one() local
486 if (!boards_found) in acenic_probe_one()
528 ap->name, boards_found); in acenic_probe_one()
578 if (boards_found >= ACE_MAX_MOD_PARMS) in acenic_probe_one()
581 ap->board_idx = boards_found; in acenic_probe_one()
600 boards_found++; in acenic_probe_one()
/Linux-v4.19/drivers/net/ethernet/ti/
Dtlan.c59 static int boards_found; variable
559 priv->aui = aui[boards_found]; in tlan_probe1()
560 priv->speed = speed[boards_found]; in tlan_probe1()
561 priv->duplex = duplex[boards_found]; in tlan_probe1()
585 boards_found++; in tlan_probe1()
/Linux-v4.19/drivers/tty/
Drocket.c2172 static int __init init_PCI(int boards_found) in init_PCI() argument
2179 if (register_PCI(count + boards_found, dev)) in init_PCI()