Searched refs:pStatistic (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/drivers/staging/vt6656/ |
D | mib.c | 73 void STAvClearAllCounter (PSStatCounter pStatistic) in STAvClearAllCounter() argument 76 memset(pStatistic, 0, sizeof(SStatCounter)); in STAvClearAllCounter() 93 void STAvUpdateIsrStatCounter (PSStatCounter pStatistic, BYTE byIsr0, BYTE byIsr1) in STAvUpdateIsrStatCounter() argument 100 pStatistic->ISRStat.dwIsrUnknown++; in STAvUpdateIsrStatCounter() 106 pStatistic->ISRStat.dwIsrTx0OK++; // TXDMA0 successful in STAvUpdateIsrStatCounter() 109 pStatistic->ISRStat.dwIsrBeaconTxOK++; // BeaconTx successful in STAvUpdateIsrStatCounter() 112 pStatistic->ISRStat.dwIsrRx0OK++; // Rx0 successful in STAvUpdateIsrStatCounter() 115 pStatistic->ISRStat.dwIsrTBTTInt++; // TBTT successful in STAvUpdateIsrStatCounter() 118 pStatistic->ISRStat.dwIsrSTIMERInt++; in STAvUpdateIsrStatCounter() 121 pStatistic->ISRStat.dwIsrWatchDog++; in STAvUpdateIsrStatCounter() [all …]
|
D | mib.h | 378 void STAvClearAllCounter(PSStatCounter pStatistic); 380 void STAvUpdateIsrStatCounter(PSStatCounter pStatistic, 384 void STAvUpdateRDStatCounter(PSStatCounter pStatistic, 389 void STAvUpdateRDStatCounterEx(PSStatCounter pStatistic, 394 void STAvUpdateTDStatCounter(PSStatCounter pStatistic, BYTE byPktNum, 400 PSStatCounter pStatistic,
|
D | bssdb.h | 293 PSStatCounter pStatistic,
|
D | rxtx.c | 301 PSStatCounter pStatistic=&(pDevice->scStatistic); in s_vSaveTxPktInfo() local 304 pStatistic->abyTxPktInfo[byPktNum].byBroadMultiUni = TX_PKT_BROAD; in s_vSaveTxPktInfo() 306 pStatistic->abyTxPktInfo[byPktNum].byBroadMultiUni = TX_PKT_MULTI; in s_vSaveTxPktInfo() 308 pStatistic->abyTxPktInfo[byPktNum].byBroadMultiUni = TX_PKT_UNI; in s_vSaveTxPktInfo() 310 pStatistic->abyTxPktInfo[byPktNum].wLength = wPktLength; in s_vSaveTxPktInfo() 311 pStatistic->abyTxPktInfo[byPktNum].wFIFOCtl = wFIFOCtl; in s_vSaveTxPktInfo() 312 memcpy(pStatistic->abyTxPktInfo[byPktNum].abyDestAddr, in s_vSaveTxPktInfo()
|
D | bssdb.c | 1335 PSStatCounter pStatistic, in BSSvUpdateNodeTxCounter() argument 1354 wFIFOCtl = pStatistic->abyTxPktInfo[byPktNum].wFIFOCtl; in BSSvUpdateNodeTxCounter() 1355 pbyDestAddr = (PBYTE) &( pStatistic->abyTxPktInfo[byPktNum].abyDestAddr[0]); in BSSvUpdateNodeTxCounter()
|
/linux-2.6.39/drivers/staging/vt6655/ |
D | mib.c | 73 void STAvClearAllCounter (PSStatCounter pStatistic) in STAvClearAllCounter() argument 76 memset(pStatistic, 0, sizeof(SStatCounter)); in STAvClearAllCounter() 93 void STAvUpdateIsrStatCounter (PSStatCounter pStatistic, unsigned long dwIsr) in STAvUpdateIsrStatCounter() argument 101 pStatistic->ISRStat.dwIsrUnknown++; in STAvUpdateIsrStatCounter() 107 pStatistic->ISRStat.dwIsrTx0OK++; // TXDMA0 successful in STAvUpdateIsrStatCounter() 110 pStatistic->ISRStat.dwIsrAC0TxOK++; // AC0DMA successful in STAvUpdateIsrStatCounter() 113 pStatistic->ISRStat.dwIsrBeaconTxOK++; // BeaconTx successful in STAvUpdateIsrStatCounter() 116 pStatistic->ISRStat.dwIsrRx0OK++; // Rx0 successful in STAvUpdateIsrStatCounter() 119 pStatistic->ISRStat.dwIsrTBTTInt++; // TBTT successful in STAvUpdateIsrStatCounter() 122 pStatistic->ISRStat.dwIsrSTIMERInt++; in STAvUpdateIsrStatCounter() [all …]
|
D | mib.h | 345 void STAvClearAllCounter(PSStatCounter pStatistic); 347 void STAvUpdateIsrStatCounter(PSStatCounter pStatistic, unsigned long dwIsr); 349 void STAvUpdateRDStatCounter(PSStatCounter pStatistic, 353 void STAvUpdateRDStatCounterEx(PSStatCounter pStatistic, 357 void STAvUpdateTDStatCounter(PSStatCounter pStatistic, unsigned char byTSR0, unsigned char byTSR1, 361 PSStatCounter pStatistic, 368 PSStatCounter pStatistic,
|