Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/arn/
H A Darn_ani.c597 uint32_t ofdmPhyErrCnt, cckPhyErrCnt; in ath9k_hw_ani_monitor() local
631 ofdmPhyErrCnt = phyCnt1 - aniState->ofdmPhyErrBase; in ath9k_hw_ani_monitor()
633 ofdmPhyErrCnt - aniState->ofdmPhyErrCount; in ath9k_hw_ani_monitor()
634 aniState->ofdmPhyErrCount = ofdmPhyErrCnt; in ath9k_hw_ani_monitor()
779 uint32_t ofdmPhyErrCnt, cckPhyErrCnt; in ath9k_hw_procmibevent() local
782 ofdmPhyErrCnt = phyCnt1 - aniState->ofdmPhyErrBase; in ath9k_hw_procmibevent()
784 ofdmPhyErrCnt - aniState->ofdmPhyErrCount; in ath9k_hw_procmibevent()
785 aniState->ofdmPhyErrCount = ofdmPhyErrCnt; in ath9k_hw_procmibevent()