Home
last modified time | relevance | path

Searched refs:NETDEV_BOOT_SETUP_MAX (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c689 static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX];
706 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) { in netdev_boot_setup_add()
715 return i >= NETDEV_BOOT_SETUP_MAX ? 0 : 1; in netdev_boot_setup_add()
732 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) { in netdev_boot_setup_check()
772 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) in netdev_boot_base()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h310 #define NETDEV_BOOT_SETUP_MAX 8 macro