Home
last modified time | relevance | path

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

/linux/net/bridge/
H A Dbr_switchdev.c215 hwdom = find_next_zero_bit(&br->busy_hwdoms, BR_HWDOM_MAX, 1); in nbp_switchdev_hwdom_set()
219 set_bit(hwdom, &br->busy_hwdoms); in nbp_switchdev_hwdom_set()
235 clear_bit(leaving->hwdom, &br->busy_hwdoms); in nbp_switchdev_hwdom_put()
H A Dbr_private.h570 unsigned long busy_hwdoms; member