Searched refs:txAttempts (Results 1 – 1 of 1) sorted by relevance
236 long txAttempts = txSuccessDelta + txRetriesDelta; in updateTxPer() local237 if (txAttempts <= 0) { in updateTxPer()240 return (int) (txRetriesDelta * 100 / txAttempts); in updateTxPer()