Lines Matching refs:bands
20 u16 bands;
53 if (band >= q->bands)
94 for (band = 0; band < q->bands; band++) {
95 /* cycle through bands to ensure fairness */
97 if (q->curband >= q->bands)
126 for (band = 0; band < q->bands; band++) {
127 /* cycle through bands to ensure fairness */
129 if (curband >= q->bands)
153 for (band = 0; band < q->bands; band++)
165 for (band = 0; band < q->bands; band++)
186 qopt->bands = qdisc_dev(sch)->real_num_tx_queues;
188 removed = kmalloc(sizeof(*removed) * (q->max_bands - q->bands),
194 q->bands = qopt->bands;
195 for (i = q->bands; i < q->max_bands; i++) {
211 for (i = 0; i < q->bands; i++) {
267 opt.bands = q->bands;
307 if (band - 1 >= q->bands)
356 for (band = 0; band < q->bands; band++) {