Lines Matching refs:opt_inst_info
394 void team_option_inst_set_change(struct team_option_inst_info *opt_inst_info) in team_option_inst_set_change() argument
398 opt_inst = container_of(opt_inst_info, struct team_option_inst, info); in team_option_inst_set_change()
2271 struct team_option_inst_info *opt_inst_info = &opt_inst->info; in team_nl_fill_one_option_get() local
2275 ctx.info = opt_inst_info; in team_nl_fill_one_option_get()
2286 if (opt_inst_info->port && in team_nl_fill_one_option_get()
2288 opt_inst_info->port->dev->ifindex)) in team_nl_fill_one_option_get()
2292 opt_inst_info->array_index)) in team_nl_fill_one_option_get()
2550 struct team_option_inst_info *opt_inst_info; in team_nl_cmd_options_set() local
2553 opt_inst_info = &opt_inst->info; in team_nl_cmd_options_set()
2554 tmp_ifindex = opt_inst_info->port ? in team_nl_cmd_options_set()
2555 opt_inst_info->port->dev->ifindex : 0; in team_nl_cmd_options_set()
2560 opt_inst_info->array_index != opt_array_index) in team_nl_cmd_options_set()
2563 ctx.info = opt_inst_info; in team_nl_cmd_options_set()