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()
2345 struct team_option_inst_info *opt_inst_info = &opt_inst->info; in team_nl_fill_one_option_get() local2349 ctx.info = opt_inst_info; in team_nl_fill_one_option_get()2360 if (opt_inst_info->port && in team_nl_fill_one_option_get()2362 opt_inst_info->port->dev->ifindex)) in team_nl_fill_one_option_get()2366 opt_inst_info->array_index)) in team_nl_fill_one_option_get()2626 struct team_option_inst_info *opt_inst_info; in team_nl_options_set_doit() local2629 opt_inst_info = &opt_inst->info; in team_nl_options_set_doit()2630 tmp_ifindex = opt_inst_info->port ? in team_nl_options_set_doit()2631 opt_inst_info->port->dev->ifindex : 0; in team_nl_options_set_doit()2636 opt_inst_info->array_index != opt_array_index) in team_nl_options_set_doit()[all …]
170 extern void team_option_inst_set_change(struct team_option_inst_info *opt_inst_info);