Searched refs:pRalinkCounters (Results 1 – 1 of 1) sorted by relevance
2110 struct rt_counter_ralink *pRalinkCounters; in NICUpdateRawCounters() local2112 pRalinkCounters = &pAd->RalinkCounters; in NICUpdateRawCounters()2133 pRalinkCounters->OneSecRxFcsErrCnt += RxStaCnt0.field.CrcErr; in NICUpdateRawCounters()2134 OldValue = pRalinkCounters->RealFcsErrCount.u.LowPart; in NICUpdateRawCounters()2135 pRalinkCounters->RealFcsErrCount.u.LowPart += RxStaCnt0.field.CrcErr; in NICUpdateRawCounters()2136 if (pRalinkCounters->RealFcsErrCount.u.LowPart < OldValue) in NICUpdateRawCounters()2137 pRalinkCounters->RealFcsErrCount.u.HighPart++; in NICUpdateRawCounters()2140 pRalinkCounters->DuplicateRcv += RxStaCnt2.field.RxDupliCount; in NICUpdateRawCounters()2148 if (pRalinkCounters->RxCount != pAd->watchDogRxCnt) { in NICUpdateRawCounters()2149 pAd->watchDogRxCnt = pRalinkCounters->RxCount; in NICUpdateRawCounters()[all …]