Home
last modified time | relevance | path

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

/include/net/
A Dred.h130 u32 qth_max; /* Max avg length threshold: Wlog scaled */ member
170 static inline bool red_check_params(u32 qth_min, u32 qth_max, u8 Wlog, in red_check_params() argument
175 if (fls(qth_max) + Wlog >= 32) in red_check_params()
179 if (qth_max < qth_min) in red_check_params()
230 u32 qth_min, u32 qth_max, u8 Wlog, u8 Plog, in red_set_parms() argument
233 int delta = qth_max - qth_min; in red_set_parms()
237 WRITE_ONCE(p->qth_max, qth_max << Wlog); in red_set_parms()
402 else if (qavg >= p->qth_max) in red_cmp_thresh()
/include/uapi/linux/
A Dpkt_sched.h237 __u32 qth_max; /* Max average length threshold (bytes) */ member
270 __u32 qth_max; /* Max average length threshold (bytes) */ member
349 __u32 qth_max; /* Max average length threshold (bytes) */ member
389 __u32 qth_max; /* Max average threshold (packets) */ member

Completed in 10 milliseconds