Lines Matching defs:prio
40 u8 prio; /* the prio of this vq */
105 if (table->tab[n] && table->tab[n]->prio == q->prio)
198 if (t->tab[i] && t->tab[i]->prio < q->prio &&
338 opt.set.tab[i].prio = q->prio;
475 struct tc_gred_qopt *ctl, int prio,
497 q->prio = prio;
641 int err, prio = GRED_DEF_PRIO;
685 if (ctl->prio == 0) {
689 def_prio = table->tab[table->def]->prio;
691 printk(KERN_DEBUG "GRED: DP %u does not have a prio "
694 prio = def_prio;
696 prio = ctl->prio;
702 err = gred_change_vq(sch, ctl->DP, ctl, prio, stab, max_P, &prealloc,
814 opt.prio = q->prio;