Home
last modified time | relevance | path

Searched refs:txf_pcnt (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c1626 u_int32_t *rxf_pcnt, u_int32_t *txf_pcnt) in ar9300_get_mib_cycle_counts_pct() argument
1654 *txf_pcnt = tf_d * 100 / cc_d; in ar9300_get_mib_cycle_counts_pct()
1861 bb_panic->rxc_pcnt = bb_panic->rxf_pcnt = bb_panic->txf_pcnt = 0; in ar9300_get_bb_panic_info()
1865 &bb_panic->txf_pcnt); in ar9300_get_bb_panic_info()
1882 bb_panic->rxf_pcnt, bb_panic->txf_pcnt); in ar9300_get_bb_panic_info()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1131 u_int32_t txf_pcnt; member