Lines Matching refs:sr
1790 s32 sr, int low, int high, in rs_get_rate_action() argument
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()
1939 s32 sr, int weak, int strong, in rs_get_tpc_action() argument
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()
2009 s32 sr; in rs_tpc_perform() local
2043 sr = window[cur].success_ratio; in rs_tpc_perform()
2052 cur, current_tpt, sr, weak, strong, in rs_tpc_perform()
2055 action = rs_get_tpc_action(mvm, sr, weak, strong, in rs_tpc_perform()
2109 s32 sr; in rs_rate_scale_perform() local
2252 sr = window->success_ratio; in rs_rate_scale_perform()
2263 rs_pretty_lq_type(rate->type), index, current_tpt, sr, in rs_rate_scale_perform()
2266 scale_action = rs_get_rate_action(mvm, tbl, sr, low, high, in rs_rate_scale_perform()