Searched refs:cc_d (Results 1 – 1 of 1) sorted by relevance
1646 u_int32_t cc_d = cc - ahp->ah_cycles; in ar9300_get_mib_cycle_counts_pct() local1651 if (cc_d != 0) { in ar9300_get_mib_cycle_counts_pct()1652 *rxc_pcnt = rc_d * 100 / cc_d; in ar9300_get_mib_cycle_counts_pct()1653 *rxf_pcnt = rf_d * 100 / cc_d; in ar9300_get_mib_cycle_counts_pct()1654 *txf_pcnt = tf_d * 100 / cc_d; in ar9300_get_mib_cycle_counts_pct()