Searched refs:old_active (Results 1 - 7 of 7) sorted by relevance

/linux-master/net/mac80211/
H A Dlink.c186 u16 old_active = sdata->vif.active_links; local
266 old_links & old_active,
318 u16 old_active = sdata->vif.active_links; local
319 unsigned long rem = old_active & ~active_links;
320 unsigned long add = active_links & ~old_active;
335 if (old_active == active_links)
345 old_active,
349 sdata->vif.active_links = old_active;
370 old_active | active_links);
373 old_active,
445 u16 old_active; local
[all...]
/linux-master/net/ethtool/
H A Dfeatures.c214 DECLARE_BITMAP(old_active, NETDEV_FEATURE_COUNT);
240 ethnl_features_to_bitmap(old_active, dev->features);
263 mod = !bitmap_equal(old_active, new_active, NETDEV_FEATURE_COUNT);
271 bitmap_xor(active_diff_mask, old_active, new_active,
/linux-master/drivers/staging/greybus/
H A Dlight.c352 bool old_active; local
360 old_active = channel->active;
377 if (!old_active && channel->active)
384 if (old_active && !channel->active)
435 bool old_active; local
449 old_active = channel->active;
467 if (!old_active && channel->active)
474 if (old_active && !channel->active)
/linux-master/drivers/net/bonding/
H A Dbond_main.c884 struct slave *old_active)
886 if (old_active) {
888 dev_set_promiscuity(old_active->dev, -1);
891 dev_set_allmulti(old_active->dev, -1);
894 bond_hw_addr_flush(bond->dev, old_active->dev);
963 struct slave *old_active)
979 /* if new_active && old_active, swap them
980 * if just old_active, do nothing (going to no active slave)
986 if (!old_active)
987 old_active
883 bond_hw_addr_swap(struct bonding *bond, struct slave *new_active, struct slave *old_active) argument
961 bond_do_fail_over_mac(struct bonding *bond, struct slave *new_active, struct slave *old_active) argument
1162 struct slave *old_active; local
[all...]
H A Dbond_options.c942 struct slave *old_active = rtnl_dereference(bond->curr_active_slave); local
947 if (new_active == old_active) {
951 if (old_active && (new_active->link == BOND_LINK_UP) &&
/linux-master/drivers/usb/gadget/udc/
H A Ddummy_hcd.c256 unsigned old_active:1; member in struct:dummy_hcd
471 } else if (dum_hcd->active != dum_hcd->old_active &&
475 if (dum_hcd->old_active && dum->driver->suspend)
477 else if (!dum_hcd->old_active && dum->driver->resume)
484 dum_hcd->old_active = dum_hcd->active;
/linux-master/net/core/
H A Dskbuff.c6838 unsigned int old_active)
6853 if (old_active & (1 << SKB_EXT_SEC_PATH)) {
6862 if (old_active & (1 << SKB_EXT_MCTP)) {
6837 skb_ext_maybe_cow(struct skb_ext *old, unsigned int old_active) argument

Completed in 232 milliseconds