Searched refs:netdev_boot_setup (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ethernet/
H A Deth.c33 * Andrew Morton : 26Feb01: kill ether_setup() - use netdev_boot_setup().
63 __setup("ether=", netdev_boot_setup);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Ddev.c423 static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX];
436 struct netdev_boot_setup *s;
463 struct netdev_boot_setup *s = dev_boot_setup;
492 const struct netdev_boot_setup *s = dev_boot_setup;
514 int __init netdev_boot_setup(char *str) function
538 __setup("netdev=", netdev_boot_setup);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnetdevice.h266 struct netdev_boot_setup { struct
272 extern int __init netdev_boot_setup(char *str);

Completed in 106 milliseconds