Searched refs:cops_probe (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | Space.c | 487 extern int cops_probe(struct net_device *); 488 … static struct net_device cops2_dev = { "lt2", 0, 0, 0, 0, 0x0, 0, 0, 0, 0, NEXT_DEV, cops_probe }; 489 …tatic struct net_device cops1_dev = { "lt1", 0, 0, 0, 0, 0x0, 0, 0, 0, 0, &cops2_dev, cops_probe }; 490 …tatic struct net_device cops0_dev = { "lt0", 0, 0, 0, 0, 0x0, 0, 0, 0, 0, &cops1_dev, cops_probe };
|
/linux-2.4.37.9/drivers/net/appletalk/ |
D | cops.c | 188 extern int cops_probe (struct net_device *dev); 219 int __init cops_probe(struct net_device *dev) in cops_probe() function 1015 static struct net_device cops0_dev = { init: cops_probe };
|