Lines Matching refs:old_state
262 enum iwl_tt_state old_state; in iwl_legacy_tt_handler() local
274 old_state = tt->state; in iwl_legacy_tt_handler()
290 if (tt->state != old_state) { in iwl_legacy_tt_handler()
310 if (old_state == IWL_TI_CT_KILL) in iwl_legacy_tt_handler()
317 if (old_state == IWL_TI_CT_KILL) in iwl_legacy_tt_handler()
319 tt->state = old_state; in iwl_legacy_tt_handler()
329 tt->state = old_state; in iwl_legacy_tt_handler()
331 } else if (old_state == IWL_TI_CT_KILL && in iwl_legacy_tt_handler()
369 enum iwl_tt_state old_state; in iwl_advance_tt_handler() local
372 old_state = tt->state; in iwl_advance_tt_handler()
385 ((old_state * (IWL_TI_STATE_MAX - 1)) + i); in iwl_advance_tt_handler()
400 if (old_state != in iwl_advance_tt_handler()
450 if (old_state == IWL_TI_CT_KILL) in iwl_advance_tt_handler()
459 if (old_state == IWL_TI_CT_KILL) in iwl_advance_tt_handler()
461 tt->state = old_state; in iwl_advance_tt_handler()
466 if (old_state != IWL_TI_CT_KILL && in iwl_advance_tt_handler()
474 tt->state = old_state; in iwl_advance_tt_handler()
477 } else if (old_state == IWL_TI_CT_KILL && in iwl_advance_tt_handler()