Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/vt6655/
Dmib.c61 void STAvUpdateIsrStatCounter(PSStatCounter pStatistic, unsigned long dwIsr) in STAvUpdateIsrStatCounter() argument
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()
[all …]
Dmib.h74 void STAvUpdateIsrStatCounter(PSStatCounter pStatistic, unsigned long dwIsr);
78 PSStatCounter pStatistic,