Searched refs:red_inv_pmax (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/net/altq/
H A Daltq_red.h69 int red_inv_pmax; /* inverse of max drop probability */ member in struct:red_conf
138 int red_inv_pmax; /* inverse of max drop probability */ member in struct:red
H A Daltq_red.c253 rp->red_inv_pmax = default_inv_pmax;
255 rp->red_inv_pmax = inv_pmax;
309 * rp->red_inv_pmax) << FP_SHIFT;
895 q_stats->inv_pmax = rp->red_inv_pmax;
933 fc->red_inv_pmax,
958 fc->red_inv_pmax = rqp->rq_red->red_inv_pmax;
1314 fv->fv_pthresh = (FV_PSCALE(1) << FP_SHIFT) / rp->red_inv_pmax;

Completed in 122 milliseconds