Searched refs:qth_max (Results 1 – 2 of 2) sorted by relevance
130 u32 qth_max; /* Max avg length threshold: Wlog scaled */ member170 static inline bool red_check_params(u32 qth_min, u32 qth_max, u8 Wlog, in red_check_params() argument175 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() argument233 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()
237 __u32 qth_max; /* Max average length threshold (bytes) */ member270 __u32 qth_max; /* Max average length threshold (bytes) */ member349 __u32 qth_max; /* Max average length threshold (bytes) */ member389 __u32 qth_max; /* Max average threshold (packets) */ member
Completed in 11 milliseconds