Searched refs:avg_cc (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/tools/tools/ath/athsurvey/
H A Dathsurvey.c81 uint64_t avg_tx = 0, avg_rx = 0, avg_cc = 0, avg_cext = 0; local
123 avg_cc += (uint64_t) hs->samples[i].chan_busy * 10000 /
158 n == 0 ? 0.0 : (float) (avg_cc / n) / 100.0,

Completed in 83 milliseconds