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

/drivers/net/bonding/
H A Dbond_3ad.c110 static void ad_agg_selection_logic(struct aggregator *aggregator,
112 static void ad_clear_agg(struct aggregator *aggregator);
113 static void ad_initialize_agg(struct aggregator *aggregator);
142 * __get_first_agg - get the first aggregator in the bond
145 * Return the aggregator of the first slave in @bond, or %NULL if it can't be
149 static inline struct aggregator *__get_first_agg(struct port *port)
153 struct aggregator *ag
576 __agg_ports_are_ready(struct aggregator *aggregator) argument
604 __set_agg_ports_ready(struct aggregator *aggregator, int val) argument
622 __get_agg_bandwidth(struct aggregator *aggregator) argument
656 __get_active_agg(struct aggregator *aggregator) argument
1205 struct aggregator *aggregator, *free_aggregator = NULL, *temp_aggregator; local
1590 ad_clear_agg(struct aggregator *aggregator) argument
1613 ad_initialize_agg(struct aggregator *aggregator) argument
1827 struct aggregator *aggregator; local
1886 struct aggregator *aggregator, *new_aggregator, *temp_aggregator; local
2053 struct aggregator *aggregator; local
2377 struct aggregator *aggregator = NULL; local
[all...]
H A Dbond_3ad.h176 /* aggregator structure(43.4.5 in the 802.3ad standard) */
177 typedef struct aggregator { struct
190 struct slave *slave; /* pointer to the bond slave that this aggregator belongs to */
191 u16 is_active; /* BOOLEAN. Indicates if this aggregator is active */
233 struct aggregator *aggregator; /* pointer to an aggregator that this port related to */ member in struct:port
234 struct port *next_port_in_aggregator; /* Next port on the linked list of the parent aggregator */
255 u32 agg_select_timer; /* Timer to select aggregator after all adapter's hand shakes */
260 struct aggregator aggregato member in struct:ad_slave_info
[all...]
H A Dbond_sysfs_slave.c70 const struct aggregator *agg;
73 agg = SLAVE_AD_INFO(slave)->port.aggregator;
H A Dbond_procfs.c139 seq_printf(seq, "bond %s has no active aggregator\n",
181 const struct aggregator *agg
182 = SLAVE_AD_INFO(slave)->port.aggregator;
H A Dbond_netlink.c58 const struct aggregator *agg;
60 agg = SLAVE_AD_INFO(slave)->port.aggregator;
H A Dbond_main.c1479 * aggregator
3692 struct aggregator *agg;
3694 agg = SLAVE_AD_INFO(slave)->port.aggregator;

Completed in 1240 milliseconds