Searched refs:opt_inst_info (Results 1 – 3 of 3) sorted by relevance
51 struct team_option_inst_info *opt_inst_info; member56 struct team_option_inst_info *opt_inst_info; member96 (lb_priv)->ex->tx_hash_to_port_mapping[hash].opt_inst_info111 team_option_inst_set_change(pm->opt_inst_info); in lb_tx_hash_to_port_mapping_null_port()410 lb_priv->ex->stats.info[hash].opt_inst_info = info; in lb_hash_stats_init()430 lb_port_priv->stats_info.opt_inst_info = info; in lb_port_stats_init()455 team_option_inst_set_change(s_info->opt_inst_info); in __lb_stats_info_refresh_check()
377 void team_option_inst_set_change(struct team_option_inst_info *opt_inst_info) in team_option_inst_set_change() argument381 opt_inst = container_of(opt_inst_info, struct team_option_inst, info); in team_option_inst_set_change()2331 struct team_option_inst_info *opt_inst_info = &opt_inst->info; in team_nl_fill_one_option_get() local2335 ctx.info = opt_inst_info; in team_nl_fill_one_option_get()2346 if (opt_inst_info->port && in team_nl_fill_one_option_get()2348 opt_inst_info->port->dev->ifindex)) in team_nl_fill_one_option_get()2352 opt_inst_info->array_index)) in team_nl_fill_one_option_get()2612 struct team_option_inst_info *opt_inst_info; in team_nl_cmd_options_set() local2615 opt_inst_info = &opt_inst->info; in team_nl_cmd_options_set()2616 tmp_ifindex = opt_inst_info->port ? in team_nl_cmd_options_set()[all …]
170 extern void team_option_inst_set_change(struct team_option_inst_info *opt_inst_info);