Searched refs:free_shapers (Results 1 – 2 of 2) sorted by relevance
60 u32 free_shapers; /* bit set */ member
795 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()