Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/
H A DSpace.c37 struct netdev_boot_setup { struct
51 static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX];
64 struct netdev_boot_setup *s; in netdev_boot_setup_add()
91 struct netdev_boot_setup *s = dev_boot_setup; in netdev_boot_setup_check()
120 const struct netdev_boot_setup *s = dev_boot_setup; in netdev_boot_base()
142 static int __init netdev_boot_setup(char *str) in netdev_boot_setup() function
166 __setup("netdev=", netdev_boot_setup);
170 return netdev_boot_setup(str); in ether_boot_setup()
/kernel/linux/linux-5.10/net/ethernet/
H A Deth.c34 * Andrew Morton : 26Feb01: kill ether_setup() - use netdev_boot_setup().
64 __setup("ether=", netdev_boot_setup);
/kernel/linux/linux-5.10/net/core/
H A Ddev.c682 static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX];
695 struct netdev_boot_setup *s; in netdev_boot_setup_add()
722 struct netdev_boot_setup *s = dev_boot_setup; in netdev_boot_setup_check()
752 const struct netdev_boot_setup *s = dev_boot_setup; in netdev_boot_base()
774 int __init netdev_boot_setup(char *str) in netdev_boot_setup() function
798 __setup("netdev=", netdev_boot_setup);
/kernel/linux/linux-5.10/include/linux/
H A Dnetdevice.h311 struct netdev_boot_setup { struct
317 int __init netdev_boot_setup(char *str);

Completed in 23 milliseconds