Searched refs:NEXT_DEV (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | Space.c | 38 #define NEXT_DEV NULL macro 462 …static struct net_device tap0_dev = { "tap0", 0, 0, 0, 0, NETLINK_TAPBASE, 0, 0, 0, 0, NEXT_DEV, e… 463 # undef NEXT_DEV 464 # define NEXT_DEV (&tap0_dev) macro 469 … static struct net_device sdla0_dev = { "sdla0", 0, 0, 0, 0, 0, 0, 0, 0, 0, NEXT_DEV, sdla_init, }; 471 # undef NEXT_DEV 472 # define NEXT_DEV (&sdla0_dev) macro 481 0, 0, 0, NEXT_DEV, ltpc_probe }; 482 # undef NEXT_DEV 483 # define NEXT_DEV (&dev_ltpc) macro [all …]
|