Home
last modified time | relevance | path

Searched refs:temp_aggregator (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/bonding/
H A Dbond_3ad.c1406 struct aggregator *aggregator, *free_aggregator = NULL, *temp_aggregator; in ad_port_selection_logic() local
1422 temp_aggregator = port->aggregator; in ad_port_selection_logic()
1423 for (curr_port = temp_aggregator->lag_ports; curr_port; in ad_port_selection_logic()
1427 temp_aggregator->num_of_ports--; in ad_port_selection_logic()
1432 temp_aggregator->lag_ports = in ad_port_selection_logic()
1451 temp_aggregator->aggregator_identifier); in ad_port_selection_logic()
1455 if (!temp_aggregator->lag_ports) in ad_port_selection_logic()
1456 ad_clear_agg(temp_aggregator); in ad_port_selection_logic()
2097 struct aggregator *aggregator, *new_aggregator, *temp_aggregator; in bond_3ad_unbind_slave() local
2202 temp_aggregator = __get_first_agg(port); in bond_3ad_unbind_slave()
[all …]