Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/alteon/
Dacenic.c459 static int boards_found; in acenic_probe_one() local
483 if (!boards_found) in acenic_probe_one()
525 ap->name, boards_found); in acenic_probe_one()
575 if (boards_found >= ACE_MAX_MOD_PARMS) in acenic_probe_one()
578 ap->board_idx = boards_found; in acenic_probe_one()
597 boards_found++; in acenic_probe_one()
/Linux-v5.10/drivers/net/ethernet/ti/
Dtlan.c59 static int boards_found; variable
541 priv->aui = aui[boards_found]; in tlan_probe1()
542 priv->speed = speed[boards_found]; in tlan_probe1()
543 priv->duplex = duplex[boards_found]; in tlan_probe1()
567 boards_found++; in tlan_probe1()
/Linux-v5.10/drivers/tty/
Drocket.c2185 static int __init init_PCI(int boards_found) in init_PCI() argument
2192 if (register_PCI(count + boards_found, dev)) in init_PCI()