Lines Matching refs:strong_tpt
2123 int weak_tpt, int strong_tpt) in rs_get_tpc_action() argument
2142 (strong_tpt == IWL_INVALID_VALUE || in rs_get_tpc_action()
2143 current_tpt >= strong_tpt)) { in rs_get_tpc_action()
2160 strong_tpt != IWL_INVALID_VALUE && in rs_get_tpc_action()
2161 current_tpt < strong_tpt) { in rs_get_tpc_action()
2168 (strong_tpt == IWL_INVALID_VALUE || in rs_get_tpc_action()
2169 strong_tpt > current_tpt)) { in rs_get_tpc_action()
2196 int weak_tpt = IWL_INVALID_VALUE, strong_tpt = IWL_INVALID_VALUE; in rs_tpc_perform() local
2231 strong_tpt = window[strong].average_tpt; in rs_tpc_perform()
2236 weak_tpt, strong_tpt); in rs_tpc_perform()
2239 current_tpt, weak_tpt, strong_tpt); in rs_tpc_perform()