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()
2338 struct team_option_inst_info *opt_inst_info = &opt_inst->info; in team_nl_fill_one_option_get() local
2342 ctx.info = opt_inst_info; in team_nl_fill_one_option_get()
2353 if (opt_inst_info->port && in team_nl_fill_one_option_get()
2355 opt_inst_info->port->dev->ifindex)) in team_nl_fill_one_option_get()
2359 opt_inst_info->array_index)) in team_nl_fill_one_option_get()
2619 struct team_option_inst_info *opt_inst_info; in team_nl_cmd_options_set() local
2622 opt_inst_info = &opt_inst->info; in team_nl_cmd_options_set()
2623 tmp_ifindex = opt_inst_info->port ? in team_nl_cmd_options_set()
2624 opt_inst_info->port->dev->ifindex : 0; in team_nl_cmd_options_set()
2629 opt_inst_info->array_index != opt_array_index) in team_nl_cmd_options_set()
2632 ctx.info = opt_inst_info; in team_nl_cmd_options_set()