Home
last modified time | relevance | path

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

/drivers/atm/
Dzatm.h61 u32 free_shapers; /* bit set */ member
Dzatm.c798 if (!zatm_dev->free_shapers) return -EAGAIN; in alloc_shaper()
799 for (shaper = 0; !((zatm_dev->free_shapers >> shaper) & 1); shaper++); in alloc_shaper()
800 zatm_dev->free_shapers &= ~1 << shaper; in alloc_shaper()
867 zatm_dev->free_shapers |= 1 << shaper; in dealloc_shaper()
1009 zatm_dev->free_shapers = (1 << NR_SHAPERS)-1; in start_tx()