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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_3ad.c175 * __get_first_agg - get the first aggregator in the bond
181 static inline struct aggregator *__get_first_agg(struct port *port) function
1331 for (aggregator = __get_first_agg(port); aggregator;
1409 aggregator = __get_first_agg(port);
1545 for (agg = __get_first_agg(best->lag_ports); agg;
1943 new_aggregator = __get_first_agg(port);
1986 ad_agg_selection_logic(__get_first_agg(port));
2000 ad_agg_selection_logic(__get_first_agg(port));
2007 temp_aggregator = __get_first_agg(port);
2027 ad_agg_selection_logic(__get_first_agg(por
[all...]

Completed in 126 milliseconds