Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_subr.c272 #define TBR_SCALE(x) ((int64_t)(x) << TBR_SHIFT) macro
318 tbr->tbr_token -= TBR_SCALE(m_pktlen(m));
363 tbr->tbr_rate = TBR_SCALE(profile->rate / 8) / machclk_freq;
364 tbr->tbr_depth = TBR_SCALE(profile->depth);