Searched refs:opt_inst_info (Results 1 – 3 of 3) sorted by relevance
41 struct team_option_inst_info *opt_inst_info; member46 struct team_option_inst_info *opt_inst_info; member86 (lb_priv)->ex->tx_hash_to_port_mapping[hash].opt_inst_info101 team_option_inst_set_change(pm->opt_inst_info); in lb_tx_hash_to_port_mapping_null_port()380 lb_priv->ex->stats.info[hash].opt_inst_info = info; in lb_hash_stats_init()400 lb_port_priv->stats_info.opt_inst_info = info; in lb_port_stats_init()425 team_option_inst_set_change(s_info->opt_inst_info); in __lb_stats_info_refresh_check()
374 void team_option_inst_set_change(struct team_option_inst_info *opt_inst_info) in team_option_inst_set_change() argument378 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() local2234 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() local2506 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()[all …]
158 extern void team_option_inst_set_change(struct team_option_inst_info *opt_inst_info);