Searched refs:netdev_boot_setup (Results 1 – 1 of 1) sorted by relevance
37 struct netdev_boot_setup { struct51 static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX]; argument64 struct netdev_boot_setup *s; in netdev_boot_setup_add()90 struct netdev_boot_setup *s = dev_boot_setup; in netdev_boot_setup_check()119 const struct netdev_boot_setup *s = dev_boot_setup; in netdev_boot_base()141 static int __init netdev_boot_setup(char *str) in netdev_boot_setup() function165 __setup("netdev=", netdev_boot_setup);169 return netdev_boot_setup(str); in ether_boot_setup()