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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_misc.c1615 u_int32_t cc_d = cc - ahp->ah_cycles; local
1620 if (cc_d != 0) {
1621 *rxc_pcnt = rc_d * 100 / cc_d;
1622 *rxf_pcnt = rf_d * 100 / cc_d;
1623 *txf_pcnt = tf_d * 100 / cc_d;

Completed in 33 milliseconds