Lines Matching defs:aggregator
177 /* aggregator structure(43.4.5 in the 802.3ad standard) */
178 typedef struct aggregator {
191 struct slave *slave; /* pointer to the bond slave that this aggregator belongs to */
192 u16 is_active; /* BOOLEAN. Indicates if this aggregator is active */
240 struct aggregator *aggregator; /* pointer to an aggregator that this port related to */
241 struct port *next_port_in_aggregator; /* Next port on the linked list of the parent aggregator */
263 atomic_t agg_select_timer; /* Timer to select aggregator after all adapter's hand shakes */
268 struct aggregator aggregator; /* 802.3ad aggregator structure */