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

  /src/sys/dev/ic/
athrate-onoe.c 109 * retries accumulated over the sampling period. ath_rate_raise defines
117 static int ath_rate_raise = 10; /* add credit threshold */ variable in typeref:typename:int
398 on->on_tx_retr < (on->on_tx_ok * ath_rate_raise) / 100)
athrate-onoe.c 109 * retries accumulated over the sampling period. ath_rate_raise defines
117 static int ath_rate_raise = 10; /* add credit threshold */ variable in typeref:typename:int
398 on->on_tx_retr < (on->on_tx_ok * ath_rate_raise) / 100)

Completed in 22 milliseconds