Lines Matching defs:ctl_v1
630 struct tc_sfq_qopt_v1 *ctl_v1 = NULL;
638 if (opt->nla_len >= nla_attr_size(sizeof(*ctl_v1)))
639 ctl_v1 = nla_data(opt);
652 if (ctl_v1 && !red_check_params(ctl_v1->qth_min, ctl_v1->qth_max,
653 ctl_v1->Wlog, ctl_v1->Scell_log, NULL))
655 if (ctl_v1 && ctl_v1->qth_min) {
672 if (ctl_v1) {
673 if (ctl_v1->depth)
674 q->maxdepth = min_t(u32, ctl_v1->depth, SFQ_MAX_DEPTH);
678 ctl_v1->qth_min, ctl_v1->qth_max,
679 ctl_v1->Wlog,
680 ctl_v1->Plog, ctl_v1->Scell_log,
682 ctl_v1->max_P);
684 q->flags = ctl_v1->flags;
685 q->headdrop = ctl_v1->headdrop;