Home
last modified time | relevance | path

Searched refs:red_check_params (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/net/
H A Dred.h170 static inline bool red_check_params(u32 qth_min, u32 qth_max, u8 Wlog, in red_check_params() function
/openbmc/linux/net/sched/
H A Dsch_choke.c363 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Scell_log, stab)) in choke_change()
H A Dsch_red.c255 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog, in __red_change()
H A Dsch_gred.c490 if (!red_check_params(ctl->qth_min, ctl->qth_max, ctl->Wlog, ctl->Scell_log, stab)) { in gred_change_vq()
H A Dsch_sfq.c652 if (ctl_v1 && !red_check_params(ctl_v1->qth_min, ctl_v1->qth_max, in sfq_change()