Lines Matching refs:temp_aggregator

1506 	struct aggregator *aggregator, *free_aggregator = NULL, *temp_aggregator;  in ad_port_selection_logic()  local
1522 temp_aggregator = port->aggregator; in ad_port_selection_logic()
1523 for (curr_port = temp_aggregator->lag_ports; curr_port; in ad_port_selection_logic()
1527 temp_aggregator->num_of_ports--; in ad_port_selection_logic()
1532 temp_aggregator->lag_ports = in ad_port_selection_logic()
1551 temp_aggregator->aggregator_identifier); in ad_port_selection_logic()
1555 if (!temp_aggregator->lag_ports) in ad_port_selection_logic()
1556 ad_clear_agg(temp_aggregator); in ad_port_selection_logic()
2232 struct aggregator *aggregator, *new_aggregator, *temp_aggregator; in bond_3ad_unbind_slave() local
2337 temp_aggregator = __get_first_agg(port); in bond_3ad_unbind_slave()
2338 if (temp_aggregator) in bond_3ad_unbind_slave()
2339 ad_agg_selection_logic(temp_aggregator, in bond_3ad_unbind_slave()
2349 temp_aggregator = &(SLAVE_AD_INFO(slave_iter)->aggregator); in bond_3ad_unbind_slave()
2352 for (temp_port = temp_aggregator->lag_ports; temp_port; in bond_3ad_unbind_slave()
2362 temp_aggregator->lag_ports = temp_port->next_port_in_aggregator; in bond_3ad_unbind_slave()
2363 temp_aggregator->num_of_ports--; in bond_3ad_unbind_slave()
2364 if (__agg_active_ports(temp_aggregator) == 0) { in bond_3ad_unbind_slave()
2365 select_new_active_agg = temp_aggregator->is_active; in bond_3ad_unbind_slave()
2366 if (temp_aggregator->num_of_ports == 0) in bond_3ad_unbind_slave()
2367 ad_clear_agg(temp_aggregator); in bond_3ad_unbind_slave()