Searched refs:cc_d (Results 1 – 1 of 1) sorted by relevance
1619 u_int32_t cc_d = cc - ahp->ah_cycles; in ar9300_get_mib_cycle_counts_pct() local1624 if (cc_d != 0) { in ar9300_get_mib_cycle_counts_pct()1625 *rxc_pcnt = rc_d * 100 / cc_d; in ar9300_get_mib_cycle_counts_pct()1626 *rxf_pcnt = rf_d * 100 / cc_d; in ar9300_get_mib_cycle_counts_pct()1627 *txf_pcnt = tf_d * 100 / cc_d; in ar9300_get_mib_cycle_counts_pct()