Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/atm/
Dzatm.h60 u32 free_shapers; /* bit set */ member
Dzatm.c795 if (!zatm_dev->free_shapers) return -EAGAIN; in alloc_shaper()
796 for (shaper = 0; !((zatm_dev->free_shapers >> shaper) & 1); shaper++); in alloc_shaper()
797 zatm_dev->free_shapers &= ~1 << shaper; in alloc_shaper()
864 zatm_dev->free_shapers |= 1 << shaper; in dealloc_shaper()
1005 zatm_dev->free_shapers = (1 << NR_SHAPERS)-1; in start_tx()