1NETDEV_BOOT_SETUP_CH(9) Network device support NETDEV_BOOT_SETUP_CH(9)
23
4
NAME
6netdev_boot_setup_check - check boot time settings
7
SYNOPSIS
9int netdev_boot_setup_check(struct net_device * dev);
10
ARGUMENTS
12dev
13the netdevice
14
DESCRIPTION
16Check boot time settings for the device. The found settings are set for
17the device to be used later in the device probing. Returns 0 if no
18settings found, 1 if they are.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 NETDEV_BOOT_SETUP_CH(9)