Home
last modified time | relevance | path

Searched refs:qth_max (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/net/
Dred.h130 u32 qth_max; /* Max avg length threshold: Wlog scaled */ member
171 u32 qth_min, u32 qth_max, u8 Wlog, u8 Plog, in red_set_parms() argument
174 int delta = qth_max - qth_min; in red_set_parms()
178 p->qth_max = qth_max << Wlog; in red_set_parms()
343 else if (qavg >= p->qth_max) in red_cmp_thresh()
/linux-4.4.14/include/uapi/linux/
Dpkt_sched.h214 __u32 qth_max; /* Max average length threshold (bytes) */ member
244 __u32 qth_max; /* Max average length threshold (bytes) */ member
280 __u32 qth_max; /* Max average length threshold (bytes) */ member
320 __u32 qth_max; /* Max average threshold (packets) */ member
/linux-4.4.14/net/sched/
Dsch_choke.c296 if (q->vars.qavg > p->qth_max) { in choke_enqueue()
489 red_set_parms(&q->parms, ctl->qth_min, ctl->qth_max, ctl->Wlog, in choke_change()
516 .qth_max = q->parms.qth_max >> q->parms.Wlog, in choke_dump()
Dsch_red.c220 ctl->qth_min, ctl->qth_max, ctl->Wlog, in red_change()
266 .qth_max = q->parms.qth_max >> q->parms.Wlog, in red_dump()
Dsch_gred.c410 ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Plog, in gred_change_vq()
577 opt.qth_max = q->parms.qth_max >> q->parms.Wlog; in gred_dump()
Dsch_sfq.c656 ctl_v1->qth_min, ctl_v1->qth_max, in sfq_change()
780 opt.qth_max = p->qth_max >> p->Wlog; in sfq_dump()