Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/vt6656/
Dmib.c444 BYTE byRetyCnt; in STAvUpdateTDStatCounter() local
448 byRetyCnt = (byTSR & 0xF0) >> 4; in STAvUpdateTDStatCounter()
449 if (byRetyCnt != 0) { in STAvUpdateTDStatCounter()
451 pStatistic->dwTsrTotalRetry += byRetyCnt; in STAvUpdateTDStatCounter()
452 pStatistic->dwTxFail[byRate]+= byRetyCnt; in STAvUpdateTDStatCounter()
453 pStatistic->dwTxFail[MAX_RATE] += byRetyCnt; in STAvUpdateTDStatCounter()
455 if ( byRetyCnt == 0x1) in STAvUpdateTDStatCounter()
460 if (byRetyCnt <= 8) in STAvUpdateTDStatCounter()
461 pStatistic->dwTxRetryCount[byRetyCnt-1]++; in STAvUpdateTDStatCounter()
466 if (byRetyCnt < 2) in STAvUpdateTDStatCounter()