Home
last modified time | relevance | path

Searched refs:target_config (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/
H A Dnetconsole.c166 static struct netconsole_target *alloc_param_target(char *target_config) in alloc_param_target() argument
185 if (*target_config == '+') { in alloc_param_target()
187 target_config++; in alloc_param_target()
191 err = netpoll_parse_options(&nt->np, target_config); in alloc_param_target()
886 char *target_config; in init_netconsole() local
890 while ((target_config = strsep(&input, ";"))) { in init_netconsole()
891 nt = alloc_param_target(target_config); in init_netconsole()
/kernel/linux/linux-6.6/drivers/net/
H A Dnetconsole.c196 static struct netconsole_target *alloc_param_target(char *target_config) in alloc_param_target() argument
207 if (*target_config == '+') { in alloc_param_target()
209 target_config++; in alloc_param_target()
212 if (*target_config == 'r') { in alloc_param_target()
219 target_config++; in alloc_param_target()
223 err = netpoll_parse_options(&nt->np, target_config); in alloc_param_target()
959 char *target_config; in init_netconsole() local
963 while ((target_config = strsep(&input, ";"))) { in init_netconsole()
964 nt = alloc_param_target(target_config); in init_netconsole()

Completed in 4 milliseconds