Lines Matching refs:opt_inst_info
376 void team_option_inst_set_change(struct team_option_inst_info *opt_inst_info) in team_option_inst_set_change() argument
380 opt_inst = container_of(opt_inst_info, struct team_option_inst, info); in team_option_inst_set_change()
2315 struct team_option_inst_info *opt_inst_info = &opt_inst->info; in team_nl_fill_one_option_get() local
2319 ctx.info = opt_inst_info; in team_nl_fill_one_option_get()
2330 if (opt_inst_info->port && in team_nl_fill_one_option_get()
2332 opt_inst_info->port->dev->ifindex)) in team_nl_fill_one_option_get()
2336 opt_inst_info->array_index)) in team_nl_fill_one_option_get()
2596 struct team_option_inst_info *opt_inst_info; in team_nl_cmd_options_set() local
2599 opt_inst_info = &opt_inst->info; in team_nl_cmd_options_set()
2600 tmp_ifindex = opt_inst_info->port ? in team_nl_cmd_options_set()
2601 opt_inst_info->port->dev->ifindex : 0; in team_nl_cmd_options_set()
2606 opt_inst_info->array_index != opt_array_index) in team_nl_cmd_options_set()
2609 ctx.info = opt_inst_info; in team_nl_cmd_options_set()