Lines Matching refs:old_state
249 enum iwl_tt_state old_state; in iwl_legacy_tt_handler() local
261 old_state = tt->state; in iwl_legacy_tt_handler()
277 if (tt->state != old_state) { in iwl_legacy_tt_handler()
297 if (old_state == IWL_TI_CT_KILL) in iwl_legacy_tt_handler()
304 if (old_state == IWL_TI_CT_KILL) in iwl_legacy_tt_handler()
306 tt->state = old_state; in iwl_legacy_tt_handler()
316 tt->state = old_state; in iwl_legacy_tt_handler()
318 } else if (old_state == IWL_TI_CT_KILL) { in iwl_legacy_tt_handler()
356 enum iwl_tt_state old_state; in iwl_advance_tt_handler() local
359 old_state = tt->state; in iwl_advance_tt_handler()
372 ((old_state * (IWL_TI_STATE_MAX - 1)) + i); in iwl_advance_tt_handler()
387 if (old_state != in iwl_advance_tt_handler()
437 if (old_state == IWL_TI_CT_KILL) in iwl_advance_tt_handler()
446 if (old_state == IWL_TI_CT_KILL) in iwl_advance_tt_handler()
448 tt->state = old_state; in iwl_advance_tt_handler()
453 if (old_state != IWL_TI_CT_KILL && in iwl_advance_tt_handler()
461 tt->state = old_state; in iwl_advance_tt_handler()
464 } else if (old_state == IWL_TI_CT_KILL && in iwl_advance_tt_handler()