Home
last modified time | relevance | path

Searched refs:avg_tx (Results 1 – 2 of 2) sorted by relevance

/freebsd/tools/tools/ath/athsurvey/
H A Dathsurvey.c79 uint64_t avg_tx = 0, avg_rx = 0, avg_cc = 0, avg_cext = 0; in process_survey_stats() local
117 avg_tx += (uint64_t) hs->samples[i].tx_busy * 10000 / in process_survey_stats()
154 n == 0 ? 0.0 : (float) (avg_tx / n) / 100.0, in process_survey_stats()
/freebsd/sys/dev/ath/ath_rate/sample/
H A Dsample.c1011 int avg_tx = sn->stats[size_bin][rix0].average_tx_time; in update_stats() local
1013 sn->stats[size_bin][rix0].average_tx_time = (tt+(avg_tx*packets))/(packets+nframes); in update_stats()