Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/
Dred.h131 u32 qth_max; /* Max avg length threshold: Wlog scaled */ member
171 static inline bool red_check_params(u32 qth_min, u32 qth_max, u8 Wlog, in red_check_params() argument
176 if (fls(qth_max) + Wlog >= 32) in red_check_params()
180 if (qth_max < qth_min) in red_check_params()
193 u32 qth_min, u32 qth_max, u8 Wlog, u8 Plog, in red_set_parms() argument
196 int delta = qth_max - qth_min; in red_set_parms()
200 p->qth_max = qth_max << Wlog; in red_set_parms()
365 else if (qavg >= p->qth_max) in red_cmp_thresh()
/linux-4.19.296/include/uapi/linux/
Dpkt_sched.h236 __u32 qth_max; /* Max average length threshold (bytes) */ member
266 __u32 qth_max; /* Max average length threshold (bytes) */ member
302 __u32 qth_max; /* Max average length threshold (bytes) */ member
342 __u32 qth_max; /* Max average threshold (packets) */ member