Searched refs:cc_d (Results 1 – 1 of 1) sorted by relevance
1505 u_int32_t cc_d = cc - ahp->ah_cycles; in ar9300_get_mib_cycle_counts_pct() local1510 if (cc_d != 0) { in ar9300_get_mib_cycle_counts_pct()1511 *rxc_pcnt = rc_d * 100 / cc_d; in ar9300_get_mib_cycle_counts_pct()1512 *rxf_pcnt = rf_d * 100 / cc_d; in ar9300_get_mib_cycle_counts_pct()1513 *txf_pcnt = tf_d * 100 / cc_d; in ar9300_get_mib_cycle_counts_pct()