Lines Matching refs:opt_inst_info
374 void team_option_inst_set_change(struct team_option_inst_info *opt_inst_info) in team_option_inst_set_change() argument
378 opt_inst = container_of(opt_inst_info, struct team_option_inst, info); in team_option_inst_set_change()
2230 struct team_option_inst_info *opt_inst_info = &opt_inst->info; in team_nl_fill_one_option_get() local
2234 ctx.info = opt_inst_info; in team_nl_fill_one_option_get()
2245 if (opt_inst_info->port && in team_nl_fill_one_option_get()
2247 opt_inst_info->port->dev->ifindex)) in team_nl_fill_one_option_get()
2251 opt_inst_info->array_index)) in team_nl_fill_one_option_get()
2503 struct team_option_inst_info *opt_inst_info; in team_nl_cmd_options_set() local
2506 opt_inst_info = &opt_inst->info; in team_nl_cmd_options_set()
2507 tmp_ifindex = opt_inst_info->port ? in team_nl_cmd_options_set()
2508 opt_inst_info->port->dev->ifindex : 0; in team_nl_cmd_options_set()
2513 opt_inst_info->array_index != opt_array_index) in team_nl_cmd_options_set()
2516 ctx.info = opt_inst_info; in team_nl_cmd_options_set()