HomeSort by: relevance | last modified time | path
    Searched refs:ath_smoothing_rate (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
athrate-sample.c 442 if (sn->stats[size_bin][ndx0].total_packets < (100 / (100 - ssc->ath_smoothing_rate))) {
450 ((sn->stats[size_bin][ndx0].average_tx_time * ssc->ath_smoothing_rate) +
451 (tt * (100 - ssc->ath_smoothing_rate))) / 100;
804 osc->ath_smoothing_rate = 95; /* ewma percentage (out of 100) */
athrate-sample.h 50 int ath_smoothing_rate; /* ewma percentage (out of 100) */ member in struct:sample_softc

Completed in 12 milliseconds