Searched refs:txAttempts (Results 1 – 1 of 1) sorted by relevance
506 long txAttempts = txSuccessDelta + txRetriesDelta; in updateTxPer() local507 if (txAttempts <= 0 || !isTxTrafficHigh) { in updateTxPer()510 return (int) (txRetriesDelta * 100 / txAttempts); in updateTxPer()