Searched refs:NETDEV_BOOT_SETUP_MAX (Results 1 – 1 of 1) sorted by relevance
41 #define NETDEV_BOOT_SETUP_MAX 8 macro51 static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX];68 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) { in netdev_boot_setup_add()77 return i >= NETDEV_BOOT_SETUP_MAX ? 0 : 1; in netdev_boot_setup_add()94 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) { in netdev_boot_setup_check()133 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) in netdev_boot_base()
Completed in 3 milliseconds