Home
last modified time | relevance | path

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

/Linux-v4.19/net/ethernet/
Deth.c67 __setup("ether=", netdev_boot_setup);
/Linux-v4.19/net/core/
Ddev.c555 static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX];
568 struct netdev_boot_setup *s; in netdev_boot_setup_add()
595 struct netdev_boot_setup *s = dev_boot_setup; in netdev_boot_setup_check()
625 const struct netdev_boot_setup *s = dev_boot_setup; in netdev_boot_base()
647 int __init netdev_boot_setup(char *str) in netdev_boot_setup() function
671 __setup("netdev=", netdev_boot_setup);
/Linux-v4.19/include/linux/
Dnetdevice.h297 struct netdev_boot_setup { struct
303 int __init netdev_boot_setup(char *str); argument