Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/
H A Dnetconsole.c1618 static struct netconsole_target *alloc_param_target(char *target_config, in alloc_param_target() argument
1630 if (*target_config == '+') { in alloc_param_target()
1632 target_config++; in alloc_param_target()
1635 if (*target_config == 'r') { in alloc_param_target()
1642 target_config++; in alloc_param_target()
1646 err = netpoll_parse_options(&nt->np, target_config); in alloc_param_target()
1697 char *target_config; in init_netconsole() local
1701 while ((target_config = strsep(&input, ";"))) { in init_netconsole()
1702 nt = alloc_param_target(target_config, count); in init_netconsole()