Searched refs:new_active (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ethtool/ |
| H A D | features.c | 218 DECLARE_BITMAP(new_active, NETDEV_FEATURE_COUNT); in ethnl_set_features() 265 ethnl_features_to_bitmap(new_active, dev->features); in ethnl_set_features() 266 mod = !bitmap_equal(old_active, new_active, NETDEV_FEATURE_COUNT); in ethnl_set_features() 272 bitmap_xor(wanted_diff_mask, req_wanted, new_active, in ethnl_set_features() 274 bitmap_xor(active_diff_mask, old_active, new_active, in ethnl_set_features() 280 bitmap_and(new_active, new_active, active_diff_mask, in ethnl_set_features() 284 wanted_diff_mask, new_active, in ethnl_set_features()
|
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 925 static void bond_hw_addr_swap(struct bonding *bond, struct slave *new_active, in bond_hw_addr_swap() argument 941 if (new_active) { in bond_hw_addr_swap() 944 dev_set_promiscuity(new_active->dev, 1); in bond_hw_addr_swap() 947 dev_set_allmulti(new_active->dev, 1); in bond_hw_addr_swap() 951 dev_uc_sync(new_active->dev, bond->dev); in bond_hw_addr_swap() 952 dev_mc_sync(new_active->dev, bond->dev); in bond_hw_addr_swap() 956 bond_slave_ns_maddrs_del(bond, new_active); in bond_hw_addr_swap() 985 struct slave *new_active) in bond_get_old_active() argument 991 if (slave == new_active) in bond_get_old_active() 1008 struct slave *new_active, in bond_do_fail_over_mac() argument [all …]
|
| /linux/include/net/ |
| H A D | bonding.h | 695 void bond_change_active_slave(struct bonding *bond, struct slave *new_active);
|
| /linux/net/tipc/ |
| H A D | crypto.c | 280 u8 new_active, 1101 u8 new_active, in tipc_crypto_key_set_state() argument 1108 ((new_active & KEY_MASK) << (KEY_BITS)) | in tipc_crypto_key_set_state()
|