Searched refs:max_th (Results 1 – 7 of 7) sorted by relevance
504 fs->max_th, in print_flowset_parms()1635 fs->max_th = strtoul(end, &end, 0); in ipfw_config_pipe()1637 fs->max_th *= 1024; in ipfw_config_pipe()1803 if (!(fs->flags & DN_IS_ECN) && (fs->min_th >= fs->max_th)) in ipfw_config_pipe()1805 fs->min_th, fs->max_th); in ipfw_config_pipe()1806 else if ((fs->flags & DN_IS_ECN) && (fs->min_th > fs->max_th)) in ipfw_config_pipe()1808 fs->min_th, fs->max_th); in ipfw_config_pipe()1810 if (fs->max_th == 0) in ipfw_config_pipe()
167 int max_th ; /* maximum threshold for queue (scaled) */ member
222 int max_th ; /* maximum threshold for queue (scaled) */ member
1234 fs->max_th = SCALE(fs->fs.max_th); in config_red()1236 if (fs->fs.max_th == fs->fs.min_th) in config_red()1239 fs->c_1 = SCALE((int64_t)(fs->max_p)) / (fs->fs.max_th - fs->fs.min_th); in config_red()1243 fs->c_3 = (SCALE(1) - fs->max_p) / fs->fs.max_th; in config_red()
366 if (q->avg >= fs->max_th) { /* average queue >= max threshold */ in red_drops()
4296 u8 max_th = 82, non_srg_max_th = 62; in mt7996_mcu_set_obss_spr_pd() local4318 .obss_pd_min = cpu_to_le16(max_th), in mt7996_mcu_set_obss_spr_pd()4319 .obss_pd_min_srg = cpu_to_le16(max_th), in mt7996_mcu_set_obss_spr_pd()4332 req.pd_th_non_srg = max_th; in mt7996_mcu_set_obss_spr_pd()4334 req.pd_th_non_srg = max_th - he_obss_pd->non_srg_max_offset; in mt7996_mcu_set_obss_spr_pd()4339 req.pd_th_srg = max_th - he_obss_pd->max_offset; in mt7996_mcu_set_obss_spr_pd()
3721 u8 max_th = 82, non_srg_max_th = 62; in mt7915_mcu_set_obss_spr_pd() local3730 req.param.pd_th_non_srg = max_th; in mt7915_mcu_set_obss_spr_pd()3732 req.param.pd_th_non_srg = max_th - he_obss_pd->non_srg_max_offset; in mt7915_mcu_set_obss_spr_pd()3737 req.param.pd_th_srg = max_th - he_obss_pd->max_offset; in mt7915_mcu_set_obss_spr_pd()