Lines Matching full:settings
34 * This structure holds boot-time configured netdevice settings. They
46 * Device Boot-time Settings Routines
56 * @map: configured settings for the device
81 * netdev_boot_setup_check - check boot time settings
84 * Check boot time settings for the device.
85 * The found settings are set for the device to be used
87 * Returns 0 if no settings found, 1 if they are.
109 * netdev_boot_base - get address from boot time settings
113 * Check boot time settings for the base address of device.
114 * The found settings are set for the device to be used
116 * Returns 0 if no settings found.
140 * Saves at boot time configured settings for any netdevice.
151 /* Save settings */ in netdev_boot_setup()