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

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_subr.c574 #define TBR_SCALE(x) ((int64_t)(x) << TBR_SHIFT) macro
658 tbr->tbr_token -= TBR_SCALE(m_pktlen(m));
733 tbr->tbr_rate = TBR_SCALE(rate / 8) / machclk_freq;
745 idepth = TBR_SCALE(i * mtu);
751 tbr->tbr_depth = TBR_SCALE(profile->depth);
760 tbr->tbr_depth = TBR_SCALE(profile->depth);

Completed in 13 milliseconds