Home
last modified time | relevance | path

Searched refs:NETDEV_BOOT_SETUP_MAX (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/
H A DSpace.c41 #define NETDEV_BOOT_SETUP_MAX 8 macro
51 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()
/kernel/linux/linux-5.10/net/core/
H A Ddev.c682 static struct netdev_boot_setup dev_boot_setup[NETDEV_BOOT_SETUP_MAX];
699 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) { in netdev_boot_setup_add()
708 return i >= NETDEV_BOOT_SETUP_MAX ? 0 : 1; in netdev_boot_setup_add()
725 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) { in netdev_boot_setup_check()
765 for (i = 0; i < NETDEV_BOOT_SETUP_MAX; i++) in netdev_boot_base()
/kernel/linux/linux-5.10/include/linux/
H A Dnetdevice.h315 #define NETDEV_BOOT_SETUP_MAX 8 macro

Completed in 22 milliseconds