Searched refs:old_active (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/net/mac80211/ |
| H A D | link.c | 282 old_links & old_active, in ieee80211_vif_update_links() 351 if (old_active == active_links) in _ieee80211_set_active_links() 361 old_active, in _ieee80211_set_active_links() 429 old_active | active_links); in _ieee80211_set_active_links() 432 old_active, in _ieee80211_set_active_links() 433 old_active | active_links); in _ieee80211_set_active_links() 447 old_active | active_links, in _ieee80211_set_active_links() 499 u16 old_active; in ieee80211_set_active_links() local 508 if (old_active == active_links) in ieee80211_set_active_links() 514 if (old_active & active_links) { in ieee80211_set_active_links() [all …]
|
| /linux-6.15/net/ethtool/ |
| H A D | features.c | 216 DECLARE_BITMAP(old_active, NETDEV_FEATURE_COUNT); in ethnl_set_features() 243 ethnl_features_to_bitmap(old_active, dev->features); in ethnl_set_features() 266 mod = !bitmap_equal(old_active, new_active, NETDEV_FEATURE_COUNT); in ethnl_set_features() 274 bitmap_xor(active_diff_mask, old_active, new_active, in ethnl_set_features()
|
| /linux-6.15/drivers/staging/greybus/ |
| H A D | light.c | 355 bool old_active; in __gb_lights_led_brightness_set() local 363 old_active = channel->active; in __gb_lights_led_brightness_set() 380 if (!old_active && channel->active) in __gb_lights_led_brightness_set() 387 if (old_active && !channel->active) in __gb_lights_led_brightness_set() 438 bool old_active; in gb_blink_set() local 452 old_active = channel->active; in gb_blink_set() 470 if (!old_active && channel->active) in gb_blink_set() 477 if (old_active && !channel->active) in gb_blink_set()
|
| /linux-6.15/drivers/net/bonding/ |
| H A D | bond_main.c | 998 if (old_active) { in bond_hw_addr_swap() 1079 struct slave *old_active) in bond_do_fail_over_mac() argument 1102 if (!old_active) in bond_do_fail_over_mac() 1105 if (old_active) { in bond_do_fail_over_mac() 1109 old_active->dev->dev_addr, in bond_do_fail_over_mac() 1126 if (!old_active) in bond_do_fail_over_mac() 1275 struct slave *old_active; in bond_change_active_slave() local 1281 if (old_active == new_active) in bond_change_active_slave() 1317 if (old_active) in bond_change_active_slave() 1328 if (old_active) in bond_change_active_slave() [all …]
|
| H A D | bond_options.c | 946 struct slave *old_active = rtnl_dereference(bond->curr_active_slave); in bond_option_active_slave_set() local 951 if (new_active == old_active) { in bond_option_active_slave_set() 955 if (old_active && (new_active->link == BOND_LINK_UP) && in bond_option_active_slave_set()
|
| /linux-6.15/drivers/usb/gadget/udc/ |
| H A D | dummy_hcd.c | 260 unsigned old_active:1; member 475 } else if (dum_hcd->active != dum_hcd->old_active && in set_link_state() 479 if (dum_hcd->old_active && dum->driver->suspend) in set_link_state() 481 else if (!dum_hcd->old_active && dum->driver->resume) in set_link_state() 488 dum_hcd->old_active = dum_hcd->active; in set_link_state()
|
| /linux-6.15/net/core/ |
| H A D | skbuff.c | 6962 unsigned int old_active) in skb_ext_maybe_cow() argument 6977 if (old_active & (1 << SKB_EXT_SEC_PATH)) { in skb_ext_maybe_cow() 6986 if (old_active & (1 << SKB_EXT_MCTP)) { in skb_ext_maybe_cow()
|