Searched defs:ofdmPhyErrCnt (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; local
631 ofdmPhyErrCnt = phyCnt1 - aniState->ofdmPhyErrBase;
633 ofdmPhyErrCnt - aniState->ofdmPhyErrCount;
634 aniState->ofdmPhyErrCount = ofdmPhyErrCnt;
779 uint32_t ofdmPhyErrCnt, cckPhyErrCnt; local
782 ofdmPhyErrCnt = phyCnt1 - aniState->ofdmPhyErrBase;
784 ofdmPhyErrCnt - aniState->ofdmPhyErrCount;
785 aniState->ofdmPhyErrCount = ofdmPhyErrCnt;

Completed in 57 milliseconds