Lines Matching refs:old_state
244 enum iwl_tt_state old_state; in iwl_legacy_tt_handler() local
256 old_state = tt->state; in iwl_legacy_tt_handler()
272 if (tt->state != old_state) { in iwl_legacy_tt_handler()
292 if (old_state == IWL_TI_CT_KILL) in iwl_legacy_tt_handler()
299 if (old_state == IWL_TI_CT_KILL) in iwl_legacy_tt_handler()
301 tt->state = old_state; in iwl_legacy_tt_handler()
311 tt->state = old_state; in iwl_legacy_tt_handler()
313 } else if (old_state == IWL_TI_CT_KILL) { in iwl_legacy_tt_handler()
351 enum iwl_tt_state old_state; in iwl_advance_tt_handler() local
354 old_state = tt->state; in iwl_advance_tt_handler()
367 ((old_state * (IWL_TI_STATE_MAX - 1)) + i); in iwl_advance_tt_handler()
382 if (old_state != in iwl_advance_tt_handler()
432 if (old_state == IWL_TI_CT_KILL) in iwl_advance_tt_handler()
441 if (old_state == IWL_TI_CT_KILL) in iwl_advance_tt_handler()
443 tt->state = old_state; in iwl_advance_tt_handler()
448 if (old_state != IWL_TI_CT_KILL && in iwl_advance_tt_handler()
456 tt->state = old_state; in iwl_advance_tt_handler()
459 } else if (old_state == IWL_TI_CT_KILL && in iwl_advance_tt_handler()