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

  /src/sys/dev/ic/
athrate-onoe.c 111 * ath_rate_raise_threshold defines the threshold on credits at which
118 static int ath_rate_raise_threshold = 10; /* rate ctl raise threshold */ variable in typeref:typename:int
421 if (++on->on_tx_upper < ath_rate_raise_threshold)
athrate-onoe.c 111 * ath_rate_raise_threshold defines the threshold on credits at which
118 static int ath_rate_raise_threshold = 10; /* rate ctl raise threshold */ variable in typeref:typename:int
421 if (++on->on_tx_upper < ath_rate_raise_threshold)

Completed in 22 milliseconds