Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_misc.c244 hsample->tx_busy = tf - ahp->ah_txBusy; in ar5416GetMibCycleCounts()
254 ahp->ah_txBusy = tf; in ar5416GetMibCycleCounts()
Dar5416_ani.c860 AH5416(ah)->ah_txBusy - aniState->txFrameCount; in ar5416AniGetListenTime()
870 aniState->txFrameCount = AH5416(ah)->ah_txBusy; in ar5416AniGetListenTime()
Dar5416.h120 uint32_t ah_txBusy; member
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_ani.c912 AH5212(ah)->ah_txBusy - aniState->txFrameCount; in ar5212AniGetListenTime()
922 aniState->txFrameCount = AH5212(ah)->ah_txBusy; in ar5212AniGetListenTime()
Dar5212_misc.c1441 hsample->tx_busy = tf - ahp->ah_txBusy; in ar5212GetMibCycleCounts()
1451 ahp->ah_txBusy = tf; in ar5212GetMibCycleCounts()
Dar5212.h347 uint32_t ah_txBusy; member