Searched refs:__get_first_agg (Results 1 - 1 of 1) sorted by relevance

/drivers/net/bonding/
H A Dbond_3ad.c172 * __get_first_agg - get the first aggregator in the bond
178 static inline struct aggregator *__get_first_agg(struct port *port) function
1316 for (aggregator = __get_first_agg(port); aggregator;
1397 aggregator = __get_first_agg(port);
1561 for (agg = __get_first_agg(best->lag_ports); agg;
1995 new_aggregator = __get_first_agg(port);
2040 ad_agg_selection_logic(__get_first_agg(port));
2053 ad_agg_selection_logic(__get_first_agg(port));
2060 temp_aggregator = __get_first_agg(port);
2081 ad_agg_selection_logic(__get_first_agg(por
[all...]

Completed in 11 milliseconds