Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/
Drs.c35 #define RS_PERCENT(x) (128 * x) macro
1385 if (success_ratio >= RS_PERCENT(IWL_MVM_RS_SR_NO_DECREASE)) { in rs_get_best_rate()
1802 if ((sr <= RS_PERCENT(IWL_MVM_RS_SR_FORCE_DECREASE)) || in rs_get_rate_action()
1862 if (sr >= RS_PERCENT(IWL_MVM_RS_SR_NO_DECREASE)) { in rs_get_rate_action()
1954 if (sr <= RS_PERCENT(IWL_MVM_RS_TPC_SR_FORCE_INCREASE) || in rs_get_tpc_action()
1961 if (sr >= RS_PERCENT(IWL_MVM_RS_TPC_SR_NO_INCREASE) && in rs_get_tpc_action()
1979 if (sr < RS_PERCENT(IWL_MVM_RS_TPC_SR_NO_INCREASE) && in rs_get_tpc_action()