Searched refs:next_port_in_aggregator (Results 1 – 2 of 2) sorted by relevance
718 port = port->next_port_in_aggregator) { in __agg_ports_are_ready()740 port = port->next_port_in_aggregator) { in __set_agg_ports_ready()754 port = port->next_port_in_aggregator) { in __agg_active_ports()767 for (; port; port = port->next_port_in_aggregator) in __agg_ports_priority()1571 curr_port = curr_port->next_port_in_aggregator) { in ad_port_selection_logic()1579 port->next_port_in_aggregator; in ad_port_selection_logic()1584 last_port->next_port_in_aggregator = in ad_port_selection_logic()1585 port->next_port_in_aggregator; in ad_port_selection_logic()1592 port->next_port_in_aggregator = NULL; in ad_port_selection_logic()1641 port->next_port_in_aggregator = aggregator->lag_ports; in ad_port_selection_logic()[all …]
247 struct port *next_port_in_aggregator; /* Next port on the linked list of the parent aggregator */ member