Lines Matching defs:ctl
482 struct tc_gred_qopt *ctl, int prio,
490 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Scell_log, stab)) {
505 if (ctl->limit > sch->limit)
508 q->limit = ctl->limit;
514 ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Plog,
515 ctl->Scell_log, stab, max_P);
646 struct tc_gred_qopt *ctl;
673 ctl = nla_data(tb[TCA_GRED_PARMS]);
676 if (ctl->DP >= table->DPs) {
682 err = gred_vqs_validate(table, ctl->DP, tb[TCA_GRED_VQ_LIST],
689 if (ctl->prio == 0) {
696 "setting default to %d\n", ctl->DP, def_prio);
700 prio = ctl->prio;
706 err = gred_change_vq(sch, ctl->DP, ctl, prio, stab, max_P, &prealloc,