Lines Matching refs:ctl
384 struct tc_gred_qopt *ctl, int prio, in gred_change_vq() argument
400 q->limit = ctl->limit; in gred_change_vq()
406 ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Plog, in gred_change_vq()
407 ctl->Scell_log, stab, max_P); in gred_change_vq()
422 struct tc_gred_qopt *ctl; in gred_change() local
446 ctl = nla_data(tb[TCA_GRED_PARMS]); in gred_change()
449 if (ctl->DP >= table->DPs) in gred_change()
453 if (ctl->prio == 0) { in gred_change()
460 "setting default to %d\n", ctl->DP, def_prio); in gred_change()
464 prio = ctl->prio; in gred_change()
470 err = gred_change_vq(sch, ctl->DP, ctl, prio, stab, max_P, &prealloc); in gred_change()