Searched refs:free_shapers (Results 1 – 2 of 2) sorted by relevance
61 u32 free_shapers; /* bit set */ member
797 if (!zatm_dev->free_shapers) return -EAGAIN; in alloc_shaper()798 for (shaper = 0; !((zatm_dev->free_shapers >> shaper) & 1); shaper++); in alloc_shaper()799 zatm_dev->free_shapers &= ~1 << shaper; in alloc_shaper()866 zatm_dev->free_shapers |= 1 << shaper; in dealloc_shaper()1008 zatm_dev->free_shapers = (1 << NR_SHAPERS)-1; in start_tx()