Searched refs:linkIdx (Results 1 – 1 of 1) sorted by relevance
2621 int bandIdx, int linkIdx) { in dumpBandwidthStatsPerLink() argument2626 dumpBandwidthStatsPerLevel(bandIdx, linkIdx, level); in dumpBandwidthStatsPerLink()2636 int bandIdx, int linkIdx, int level) { in dumpBandwidthStatsPerLevel() argument2637 int count = mBwEstCount[bandIdx][linkIdx][level]; in dumpBandwidthStatsPerLevel()2645 stats.avgBandwidthKbps = calculateAvg(mBwEstValue[bandIdx][linkIdx][level], count); in dumpBandwidthStatsPerLevel()2647 mL2ErrorAccPercent[bandIdx][linkIdx][level], count); in dumpBandwidthStatsPerLevel()2649 mBwEstErrorAccPercent[bandIdx][linkIdx][level], count); in dumpBandwidthStatsPerLevel()2652 mBwEstCount[bandIdx][linkIdx][level] = 0; in dumpBandwidthStatsPerLevel()2653 mBwEstValue[bandIdx][linkIdx][level] = 0; in dumpBandwidthStatsPerLevel()2654 mL2ErrorAccPercent[bandIdx][linkIdx][level] = 0; in dumpBandwidthStatsPerLevel()[all …]