Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_ani.c726 uint32_t cc_d = cc - cycles; in ath9k_hw_GetMibCycleCountsPct() local
731 if (cc_d != 0) { in ath9k_hw_GetMibCycleCountsPct()
732 *rxc_pcnt = rc_d * 100 / cc_d; in ath9k_hw_GetMibCycleCountsPct()
733 *rxf_pcnt = rf_d * 100 / cc_d; in ath9k_hw_GetMibCycleCountsPct()
734 *txf_pcnt = tf_d * 100 / cc_d; in ath9k_hw_GetMibCycleCountsPct()