Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Dbssdb.c1220 unsigned char byTxRetry = (byTsr0 & TSR0_NCR); in BSSvUpdateNodeTxCounter() local
1250 if (byTxRetry < 5) in BSSvUpdateNodeTxCounter()
1251 wFallBackRate = awHWRetry0[wRate-RATE_18M][byTxRetry]; in BSSvUpdateNodeTxCounter()
1255 if (byTxRetry < 5) in BSSvUpdateNodeTxCounter()
1256 wFallBackRate = awHWRetry1[wRate-RATE_18M][byTxRetry]; in BSSvUpdateNodeTxCounter()
1264 pMgmt->sNodeDBTable[0].uTxRetry += byTxRetry; in BSSvUpdateNodeTxCounter()
1265 if (byTxRetry != 0) { in BSSvUpdateNodeTxCounter()
1266 pMgmt->sNodeDBTable[0].uTxFail[MAX_RATE] += byTxRetry; in BSSvUpdateNodeTxCounter()
1269 pMgmt->sNodeDBTable[0].uTxFail[wRate] += byTxRetry; in BSSvUpdateNodeTxCounter()
1271 for (ii = 0; ii < byTxRetry; ii++) { in BSSvUpdateNodeTxCounter()
[all …]