Home
last modified time | relevance | path

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

/drivers/net/bonding/
A Dbond_main.c1010 if (new_active) { in bond_hw_addr_swap()
1054 struct slave *new_active) in bond_get_old_active() argument
1060 if (slave == new_active) in bond_get_old_active()
1077 struct slave *new_active, in bond_do_fail_over_mac() argument
1086 if (new_active) { in bond_do_fail_over_mac()
1098 if (!new_active) in bond_do_fail_over_mac()
1293 if (old_active == new_active) in bond_change_active_slave()
1300 if (new_active) { in bond_change_active_slave()
1309 new_active->delay = 0; in bond_change_active_slave()
1332 if (new_active) in bond_change_active_slave()
[all …]
A Dbond_options.c970 struct slave *new_active = bond_slave_get_rtnl(slave_dev); in bond_option_active_slave_set() local
972 BUG_ON(!new_active); in bond_option_active_slave_set()
974 if (new_active == old_active) { in bond_option_active_slave_set()
976 slave_dbg(bond->dev, new_active->dev, "is already the current active slave\n"); in bond_option_active_slave_set()
978 if (old_active && (new_active->link == BOND_LINK_UP) && in bond_option_active_slave_set()
979 bond_slave_is_up(new_active)) { in bond_option_active_slave_set()
980 slave_dbg(bond->dev, new_active->dev, "Setting as active slave\n"); in bond_option_active_slave_set()
981 bond_change_active_slave(bond, new_active); in bond_option_active_slave_set()
983 …slave_err(bond->dev, new_active->dev, "Could not set as active slave; either %s is down or the lin… in bond_option_active_slave_set()
984 new_active->dev->name); in bond_option_active_slave_set()
/drivers/net/wireless/intel/iwlwifi/mld/
A Dmlo.c951 u16 new_active, usable_links = ieee80211_vif_usable_links(vif); in _iwl_mld_select_links() local
981 new_active = BIT(best_link->link_id); in _iwl_mld_select_links()
1008 new_active = BIT(data[a].link_id) | in _iwl_mld_select_links()
1015 new_active, new_primary); in _iwl_mld_select_links()
1018 mld_vif->emlsr.selected_links = new_active; in _iwl_mld_select_links()
1020 ieee80211_set_active_links_async(vif, new_active); in _iwl_mld_select_links()

Completed in 25 milliseconds