Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Drs.c51 #define RS_PERCENT(x) (128 * x) macro
1796 if ((sr <= RS_PERCENT(IWL_MVM_RS_SR_FORCE_DECREASE)) || in rs_get_rate_action()
1856 if (sr >= RS_PERCENT(IWL_MVM_RS_SR_NO_DECREASE)) { in rs_get_rate_action()
1950 if (sr <= RS_PERCENT(IWL_MVM_RS_TPC_SR_FORCE_INCREASE) || in rs_get_tpc_action()
1974 if (sr < RS_PERCENT(IWL_MVM_RS_TPC_SR_NO_INCREASE) && in rs_get_tpc_action()