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