Searched refs:inv_pmax (Results 1 – 4 of 4) sorted by relevance
235 if (params == NULL || params[i].inv_pmax == 0) in rio_alloc()236 prec->inv_pmax = default_rio_params[i].inv_pmax; in rio_alloc()238 prec->inv_pmax = params[i].inv_pmax; in rio_alloc()260 * prec->inv_pmax) << FP_SHIFT; in rio_alloc()
53 int inv_pmax; /* inverse of max drop probability */ member
174 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, in red_alloc() argument200 if (inv_pmax == 0) in red_alloc()203 rp->red_inv_pmax = inv_pmax; in red_alloc()
48 int inv_pmax; /* inverse of max drop probability */ member