Home
last modified time | relevance | path

Searched refs:th_max (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/net/altq/
HDaltq_rio.c219 if (params == NULL || params[i].th_max == 0) in rio_alloc()
220 prec->th_max = default_rio_params[i].th_max; in rio_alloc()
222 prec->th_max = params[i].th_max; in rio_alloc()
229 prec->th_max_s = prec->th_max << (rp->rio_wshift + FP_SHIFT); in rio_alloc()
235 prec->probd = (2 * (prec->th_max - prec->th_min) in rio_alloc()
HDaltq_red.c164 red_alloc(int weight, int inv_pmax, int th_min, int th_max, int flags, int pkttime) in red_alloc() argument
186 if (th_max == 0) in red_alloc()
189 rp->red_thmax = th_max; in red_alloc()
HDaltq_rio.h55 int th_max; /* red max threshold */ member
HDaltq_red.h46 int th_max; /* red max threshold */ member