Home
last modified time | relevance | path

Searched refs:Scell_log (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/include/net/
A Dred.h138 u8 Scell_log; member
171 u8 Scell_log, u8 *stab) in red_check_params() argument
177 if (Scell_log >= 32) in red_check_params()
231 u8 Scell_log, u8 *stab, u32 max_P) in red_set_parms() argument
260 p->Scell_log = Scell_log; in red_set_parms()
261 p->Scell_max = (255 << Scell_log); in red_set_parms()
316 shift = p->Stab[(us_idle >> p->Scell_log) & RED_STAB_MASK]; in red_calc_qavg_from_idle_time()
328 us_idle = (v->qavg * (u64)us_idle) >> p->Scell_log; in red_calc_qavg_from_idle_time()
/linux-6.3-rc2/net/sched/
A Dsch_choke.c363 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Scell_log, stab)) in choke_change()
412 ctl->Plog, ctl->Scell_log, in choke_change()
442 .Scell_log = q->parms.Scell_log, in choke_dump()
A Dsch_red.c256 ctl->Scell_log, stab)) in __red_change()
293 ctl->Plog, ctl->Scell_log, in __red_change()
418 .Scell_log = q->parms.Scell_log, in red_dump()
A Dsch_sfq.c650 ctl_v1->Wlog, ctl_v1->Scell_log, NULL)) in sfq_change()
677 ctl_v1->Plog, ctl_v1->Scell_log, in sfq_change()
809 opt.Scell_log = p->Scell_log; in sfq_dump()
A Dsch_gred.c490 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Scell_log, stab)) { in gred_change_vq()
515 ctl->Scell_log, stab, max_P); in gred_change_vq()
830 opt.Scell_log = q->parms.Scell_log; in gred_dump()
/linux-6.3-rc2/tools/include/uapi/linux/
A Dpkt_sched.h239 unsigned char Scell_log; /* cell size for idle damping */ member
269 unsigned char Scell_log; /* cell size for idle damping */ member
339 __u8 Scell_log; /* cell size for idle damping */ member
372 unsigned char Scell_log; /* cell size for idle damping */ member
/linux-6.3-rc2/include/uapi/linux/
A Dpkt_sched.h240 unsigned char Scell_log; /* cell size for idle damping */ member
273 unsigned char Scell_log; /* cell size for idle damping */ member
359 __u8 Scell_log; /* cell size for idle damping */ member
392 unsigned char Scell_log; /* cell size for idle damping */ member

Completed in 24 milliseconds