Searched refs:ISRStat (Results 1 – 2 of 2) sorted by relevance
69 pStatistic->ISRStat.dwIsrUnknown++; in STAvUpdateIsrStatCounter()75 pStatistic->ISRStat.dwIsrTx0OK++; /* TXDMA0 successful */ in STAvUpdateIsrStatCounter()78 pStatistic->ISRStat.dwIsrAC0TxOK++; /* AC0DMA successful */ in STAvUpdateIsrStatCounter()81 pStatistic->ISRStat.dwIsrBeaconTxOK++; /* BeaconTx successful */ in STAvUpdateIsrStatCounter()84 pStatistic->ISRStat.dwIsrRx0OK++; /* Rx0 successful */ in STAvUpdateIsrStatCounter()87 pStatistic->ISRStat.dwIsrTBTTInt++; /* TBTT successful */ in STAvUpdateIsrStatCounter()90 pStatistic->ISRStat.dwIsrSTIMERInt++; in STAvUpdateIsrStatCounter()93 pStatistic->ISRStat.dwIsrWatchDog++; in STAvUpdateIsrStatCounter()96 pStatistic->ISRStat.dwIsrUnrecoverableError++; in STAvUpdateIsrStatCounter()99 pStatistic->ISRStat.dwIsrSoftInterrupt++; /* software interrupt */ in STAvUpdateIsrStatCounter()[all …]
71 SISRCounters ISRStat; member