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

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1596 u_int32_t cc_d = cc - ahp->ah_cycles; local
1601 if (cc_d != 0) {
1602 *rxc_pcnt = rc_d * 100 / cc_d;
1603 *rxf_pcnt = rf_d * 100 / cc_d;
1604 *txf_pcnt = tf_d * 100 / cc_d;

Completed in 94 milliseconds