PFIFO_FAST_BANDS  402 net/sched/sch_generic.c 	for (prio = 0; prio < PFIFO_FAST_BANDS; prio++) {
PFIFO_FAST_BANDS  423 net/sched/sch_generic.c 	for (prio = 0; prio < PFIFO_FAST_BANDS; prio++)
PFIFO_FAST_BANDS  432 net/sched/sch_generic.c 	struct tc_prio_qopt opt = { .bands = PFIFO_FAST_BANDS };
PFIFO_FAST_BANDS  447 net/sched/sch_generic.c 	for (prio = 0; prio < PFIFO_FAST_BANDS; prio++)
PFIFO_FAST_BANDS  455 net/sched/sch_generic.c 	.priv_size	=	PFIFO_FAST_BANDS * sizeof(struct sk_buff_head),