Lines Matching refs:bonding
188 static inline struct bonding *__get_bond_by_port(struct port *port) in __get_bond_by_port()
203 static inline struct port *__get_first_port(struct bonding *bond) in __get_first_port()
221 struct bonding *bond = __get_bond_by_port(port); in __get_next_port()
241 struct bonding *bond = __get_bond_by_port(port); in __get_first_agg()
261 struct bonding *bond = bond_get_bond_by_slave(slave); in __get_next_agg()
313 struct bonding *bond = __get_bond_by_port(port); in __get_agg_selection_mode()
329 struct bonding *bond = __get_bond_by_port(port); in __check_agg_selection_timer()
1894 void bond_3ad_initialize(struct bonding *bond, u16 tick_resolution, int lacp_fast) in bond_3ad_initialize()
1923 struct bonding *bond = bond_get_bond_by_slave(slave); in bond_3ad_bind_slave()
2123 void bond_3ad_state_machine_handler(struct bonding *bond) in bond_3ad_state_machine_handler()
2331 int bond_3ad_get_active_agg_info(struct bonding *bond, struct ad_info *ad_info) in bond_3ad_get_active_agg_info()
2358 struct bonding *bond = dev->priv; in bond_3ad_xmit_xor()
2435 struct bonding *bond = dev->priv; in bond_3ad_lacpdu_recv()
2444 slave = bond_get_slave_by_dev((struct bonding *)dev->priv, in bond_3ad_lacpdu_recv()