Home
last modified time | relevance | path

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

/netbsd/src/sys/altq/
Daltq_subr.c247 #define TBR_UNSCALE(x) ((x) >> TBR_SHIFT) macro
397 (u_int)TBR_UNSCALE(tbr->tbr_rate * 8 * machclk_freq); in tbr_get()
398 profile->depth = (u_int)TBR_UNSCALE(tbr->tbr_depth); in tbr_get()