Home
last modified time | relevance | path

Searched refs:ah_txBusy (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c242 hsample->tx_busy = tf - ahp->ah_txBusy; in ar5416GetMibCycleCounts()
252 ahp->ah_txBusy = tf; in ar5416GetMibCycleCounts()
H A Dar5416_ani.c858 AH5416(ah)->ah_txBusy - aniState->txFrameCount; in ar5416AniGetListenTime()
868 aniState->txFrameCount = AH5416(ah)->ah_txBusy; in ar5416AniGetListenTime()
H A Dar5416.h118 uint32_t ah_txBusy; member
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c910 AH5212(ah)->ah_txBusy - aniState->txFrameCount; in ar5212AniGetListenTime()
920 aniState->txFrameCount = AH5212(ah)->ah_txBusy; in ar5212AniGetListenTime()
H A Dar5212_misc.c1439 hsample->tx_busy = tf - ahp->ah_txBusy; in ar5212GetMibCycleCounts()
1449 ahp->ah_txBusy = tf; in ar5212GetMibCycleCounts()
H A Dar5212.h345 uint32_t ah_txBusy; member