Lines Matching full:aggregator
180 /* aggregator structure(43.4.5 in the 802.3ad standard) */
181 typedef struct aggregator {
194 struct slave *slave; /* pointer to the bond slave that this aggregator belongs to */
195 u16 is_active; /* BOOLEAN. Indicates if this aggregator is active */
246 struct aggregator *aggregator; /* pointer to an aggregator that this port related to */
247 struct port *next_port_in_aggregator; /* Next port on the linked list of the parent aggregator */
269 atomic_t agg_select_timer; /* Timer to select aggregator after all adapter's hand shakes */
274 struct aggregator aggregator; /* 802.3ad aggregator structure */