Searched refs:avg_rx (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
121 avg_rx += (uint64_t) hs->samples[i].rx_busy * 10000 /
157 n == 0 ? 0.0 : (float) (avg_rx / n) / 100.0,

Completed in 59 milliseconds