Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/classq/
H A Dclassq_subr.c639 #define TBR_SCALE(x) ((int64_t)(x) << TBR_SHIFT) macro
702 tbr->tbr_token -= TBR_SCALE(m_pktlen(pkt->cp_mbuf)); in ifclassq_tbr_dequeue_common()
708 TBR_SCALE(pkt->cp_kpkt->pkt_length); in ifclassq_tbr_dequeue_common()
794 tbr->tbr_rate = TBR_SCALE(rate / 8) / machclk_freq; in ifclassq_tbr_set_locked()
807 idepth = TBR_SCALE(i * mtu); in ifclassq_tbr_set_locked()
814 tbr->tbr_depth = TBR_SCALE(profile->depth); in ifclassq_tbr_set_locked()
823 tbr->tbr_depth = TBR_SCALE(profile->depth); in ifclassq_tbr_set_locked()