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

/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_cdnr.c519 #define TB_SCALE(x) ((u_int64_t)(x) << TB_SHIFT) macro
527 tb->rate = TB_SCALE(profile->rate / 8) / machclk_freq;
528 tb->depth = TB_SCALE(profile->depth);
587 len = TB_SCALE(pktinfo->pkt_len);
686 len = TB_SCALE(pktinfo->pkt_len);

Completed in 118 milliseconds