Lines Matching defs:ctl
475 struct tc_gred_qopt *ctl, int prio,
483 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Scell_log, stab)) {
498 if (ctl->limit > sch->limit)
501 q->limit = ctl->limit;
507 ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Plog,
508 ctl->Scell_log, stab, max_P);
639 struct tc_gred_qopt *ctl;
669 ctl = nla_data(tb[TCA_GRED_PARMS]);
672 if (ctl->DP >= table->DPs) {
678 err = gred_vqs_validate(table, ctl->DP, tb[TCA_GRED_VQ_LIST],
685 if (ctl->prio == 0) {
692 "setting default to %d\n", ctl->DP, def_prio);
696 prio = ctl->prio;
702 err = gred_change_vq(sch, ctl->DP, ctl, prio, stab, max_P, &prealloc,