Searched refs:avg_cext (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
125 avg_cext += (uint64_t) hs->samples[i].ext_chan_busy * 10000 /
159 n == 0 ? 0.0 : (float) (avg_cext / n) / 100.0);

Completed in 58 milliseconds