Searched refs:qth_max (Results 1 – 2 of 2) sorted by relevance
131 u32 qth_max; /* Max avg length threshold: Wlog scaled */ member171 static inline bool red_check_params(u32 qth_min, u32 qth_max, u8 Wlog, in red_check_params() argument176 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() argument196 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()
236 __u32 qth_max; /* Max average length threshold (bytes) */ member266 __u32 qth_max; /* Max average length threshold (bytes) */ member302 __u32 qth_max; /* Max average length threshold (bytes) */ member342 __u32 qth_max; /* Max average threshold (packets) */ member