Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/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.c859 AH5416(ah)->ah_txBusy - aniState->txFrameCount; in ar5416AniGetListenTime()
869 aniState->txFrameCount = AH5416(ah)->ah_txBusy; in ar5416AniGetListenTime()
H A Dar5416.h124 uint32_t ah_txBusy; member
/dragonfly/sys/dev/netif/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.c1440 hsample->tx_busy = tf - ahp->ah_txBusy; in ar5212GetMibCycleCounts()
1450 ahp->ah_txBusy = tf; in ar5212GetMibCycleCounts()
H A Dar5212.h345 uint32_t ah_txBusy; member