Searched refs:opt_inst_info (Results 1 – 3 of 3) sorted by relevance
49 struct team_option_inst_info *opt_inst_info; member54 struct team_option_inst_info *opt_inst_info; member94 (lb_priv)->ex->tx_hash_to_port_mapping[hash].opt_inst_info109 team_option_inst_set_change(pm->opt_inst_info); in lb_tx_hash_to_port_mapping_null_port()401 lb_priv->ex->stats.info[hash].opt_inst_info = info; in lb_hash_stats_init()419 lb_port_priv->stats_info.opt_inst_info = info; in lb_port_stats_init()442 team_option_inst_set_change(s_info->opt_inst_info); in __lb_stats_info_refresh_check()
375 void team_option_inst_set_change(struct team_option_inst_info *opt_inst_info) in team_option_inst_set_change() argument379 opt_inst = container_of(opt_inst_info, struct team_option_inst, info); in team_option_inst_set_change()2350 struct team_option_inst_info *opt_inst_info = &opt_inst->info; in team_nl_fill_one_option_get() local2354 ctx.info = opt_inst_info; in team_nl_fill_one_option_get()2365 if (opt_inst_info->port && in team_nl_fill_one_option_get()2367 opt_inst_info->port->dev->ifindex)) in team_nl_fill_one_option_get()2371 opt_inst_info->array_index)) in team_nl_fill_one_option_get()2631 struct team_option_inst_info *opt_inst_info; in team_nl_cmd_options_set() local2634 opt_inst_info = &opt_inst->info; in team_nl_cmd_options_set()2635 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);