Home
last modified time | relevance | path

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

/linux/drivers/net/team/
H A Dteam_core.c378 void team_option_inst_set_change(struct team_option_inst_info *opt_inst_info) in team_option_inst_set_change() argument
382 opt_inst = container_of(opt_inst_info, struct team_option_inst, info); in team_option_inst_set_change()
2520 struct team_option_inst_info *opt_inst_info = &opt_inst->info; in team_nl_fill_one_option_get() local
2524 ctx.info = opt_inst_info; in team_nl_fill_one_option_get()
2535 if (opt_inst_info->port && in team_nl_fill_one_option_get()
2537 opt_inst_info->port->dev->ifindex)) in team_nl_fill_one_option_get()
2541 opt_inst_info->array_index)) in team_nl_fill_one_option_get()
2809 struct team_option_inst_info *opt_inst_info; in team_nl_options_set_doit() local
2812 opt_inst_info = &opt_inst->info; in team_nl_options_set_doit()
2813 tmp_ifindex = opt_inst_info->port ? in team_nl_options_set_doit()
[all …]