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