Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_ani.c597 uint32_t ofdmPhyErrCnt, cckPhyErrCnt; in ath9k_hw_ani_monitor() local
636 cckPhyErrCnt = phyCnt2 - aniState->cckPhyErrBase; in ath9k_hw_ani_monitor()
638 cckPhyErrCnt - aniState->cckPhyErrCount; in ath9k_hw_ani_monitor()
639 aniState->cckPhyErrCount = cckPhyErrCnt; in ath9k_hw_ani_monitor()
779 uint32_t ofdmPhyErrCnt, cckPhyErrCnt; in ath9k_hw_procmibevent() local
787 cckPhyErrCnt = phyCnt2 - aniState->cckPhyErrBase; in ath9k_hw_procmibevent()
789 cckPhyErrCnt - aniState->cckPhyErrCount; in ath9k_hw_procmibevent()
790 aniState->cckPhyErrCount = cckPhyErrCnt; in ath9k_hw_procmibevent()