Home
last modified time | relevance | path

Searched refs:swap_slave (Results 1 – 1 of 1) sorted by relevance

/drivers/net/bonding/
Dbond_alb.c1700 struct slave *swap_slave; in bond_alb_handle_active_change() local
1713 swap_slave = bond->curr_active_slave; in bond_alb_handle_active_change()
1723 if (!swap_slave) { in bond_alb_handle_active_change()
1729 swap_slave = tmp_slave; in bond_alb_handle_active_change()
1740 if (swap_slave) { in bond_alb_handle_active_change()
1741 tlb_clear_slave(bond, swap_slave, 1); in bond_alb_handle_active_change()
1751 if (swap_slave) { in bond_alb_handle_active_change()
1753 alb_swap_mac_addr(bond, swap_slave, new_slave); in bond_alb_handle_active_change()
1759 if (swap_slave) { in bond_alb_handle_active_change()
1760 alb_fasten_mac_swap(bond, swap_slave, new_slave); in bond_alb_handle_active_change()
[all …]