Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/bonding/
Dbond_3ad.c638 port = port->next_port_in_aggregator) { in __agg_ports_are_ready()
660 port = port->next_port_in_aggregator) { in __set_agg_ports_ready()
674 port = port->next_port_in_aggregator) { in __agg_active_ports()
1395 curr_port = curr_port->next_port_in_aggregator) { in ad_port_selection_logic()
1403 port->next_port_in_aggregator; in ad_port_selection_logic()
1408 last_port->next_port_in_aggregator = in ad_port_selection_logic()
1409 port->next_port_in_aggregator; in ad_port_selection_logic()
1416 port->next_port_in_aggregator = NULL; in ad_port_selection_logic()
1465 port->next_port_in_aggregator = aggregator->lag_ports; in ad_port_selection_logic()
1618 port = port->next_port_in_aggregator) { in agg_device_up()
[all …]
/Linux-v5.10/include/net/
Dbond_3ad.h243 struct port *next_port_in_aggregator; /* Next port on the linked list of the parent aggregator */ member