Home
last modified time | relevance | path

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

/drivers/net/bonding/
Dbond_alb.c1059 struct slave *tmp_slave; in alb_change_hw_addr_on_detach() local
1062 bond_for_each_slave(bond, tmp_slave, i) { in alb_change_hw_addr_on_detach()
1064 tmp_slave->dev->dev_addr, in alb_change_hw_addr_on_detach()
1073 alb_swap_mac_addr(bond, slave, tmp_slave); in alb_change_hw_addr_on_detach()
1074 alb_fasten_mac_swap(bond, slave, tmp_slave); in alb_change_hw_addr_on_detach()
1656 struct slave *tmp_slave; in bond_alb_handle_active_change() local
1658 bond_for_each_slave(bond, tmp_slave, i) { in bond_alb_handle_active_change()
1659 if (!memcmp(tmp_slave->dev->dev_addr, in bond_alb_handle_active_change()
1661 swap_slave = tmp_slave; in bond_alb_handle_active_change()