Searched refs:pStatistic (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/vt6655/ |
D | mib.c | 69 void STAvClearAllCounter(PSStatCounter pStatistic) in STAvClearAllCounter() argument 72 memset(pStatistic, 0, sizeof(SStatCounter)); in STAvClearAllCounter() 88 void STAvUpdateIsrStatCounter(PSStatCounter pStatistic, unsigned long dwIsr) in STAvUpdateIsrStatCounter() argument 96 pStatistic->ISRStat.dwIsrUnknown++; in STAvUpdateIsrStatCounter() 102 pStatistic->ISRStat.dwIsrTx0OK++; // TXDMA0 successful in STAvUpdateIsrStatCounter() 105 pStatistic->ISRStat.dwIsrAC0TxOK++; // AC0DMA successful in STAvUpdateIsrStatCounter() 108 pStatistic->ISRStat.dwIsrBeaconTxOK++; // BeaconTx successful in STAvUpdateIsrStatCounter() 111 pStatistic->ISRStat.dwIsrRx0OK++; // Rx0 successful in STAvUpdateIsrStatCounter() 114 pStatistic->ISRStat.dwIsrTBTTInt++; // TBTT successful in STAvUpdateIsrStatCounter() 117 pStatistic->ISRStat.dwIsrSTIMERInt++; in STAvUpdateIsrStatCounter() [all …]
|
D | mib.h | 314 void STAvClearAllCounter(PSStatCounter pStatistic); 316 void STAvUpdateIsrStatCounter(PSStatCounter pStatistic, unsigned long dwIsr); 318 void STAvUpdateRDStatCounter(PSStatCounter pStatistic, 322 void STAvUpdateRDStatCounterEx(PSStatCounter pStatistic, 326 void STAvUpdateTDStatCounter(PSStatCounter pStatistic, unsigned char byTSR0, unsigned char byTSR1, 330 PSStatCounter pStatistic, 337 PSStatCounter pStatistic,
|