Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ethernet/
H A Deth.c64 __setup("ether=", netdev_boot_setup);
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c689 static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX];
702 struct netdev_boot_setup *s; in netdev_boot_setup_add()
729 struct netdev_boot_setup *s = dev_boot_setup; in netdev_boot_setup_check()
759 const struct netdev_boot_setup *s = dev_boot_setup; in netdev_boot_base()
781 int __init netdev_boot_setup(char *str) in netdev_boot_setup() function
805 __setup("netdev=", netdev_boot_setup);
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h306 struct netdev_boot_setup { struct
312 int __init netdev_boot_setup(char *str); argument