Home
last modified time | relevance | path

Searched refs:rio_weight (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_rio.c198 rp->rio_weight = weight; in rio_alloc()
201 rp->rio_weight = W_WEIGHT; in rio_alloc()
207 rp->rio_weight = W_WEIGHT_2; in rio_alloc()
210 rp->rio_weight = W_WEIGHT_1; in rio_alloc()
215 w = rp->rio_weight; in rio_alloc()
220 if (w != rp->rio_weight) { in rio_alloc()
222 rp->rio_weight, w); in rio_alloc()
223 rp->rio_weight = w; in rio_alloc()
227 rp->rio_wtab = wtab_alloc(rp->rio_weight); in rio_alloc()
H A Daltq_rio.h72 int rio_weight; /* weight for EWMA */ member