Lines Matching refs:old_state
261 enum iwl_tt_state old_state; in iwl_legacy_tt_handler() local
273 old_state = tt->state; in iwl_legacy_tt_handler()
289 if (tt->state != old_state) { in iwl_legacy_tt_handler()
309 if (old_state == IWL_TI_CT_KILL) in iwl_legacy_tt_handler()
316 if (old_state == IWL_TI_CT_KILL) in iwl_legacy_tt_handler()
318 tt->state = old_state; in iwl_legacy_tt_handler()
328 tt->state = old_state; in iwl_legacy_tt_handler()
330 } else if (old_state == IWL_TI_CT_KILL && in iwl_legacy_tt_handler()
368 enum iwl_tt_state old_state; in iwl_advance_tt_handler() local
371 old_state = tt->state; in iwl_advance_tt_handler()
384 ((old_state * (IWL_TI_STATE_MAX - 1)) + i); in iwl_advance_tt_handler()
399 if (old_state != in iwl_advance_tt_handler()
449 if (old_state == IWL_TI_CT_KILL) in iwl_advance_tt_handler()
458 if (old_state == IWL_TI_CT_KILL) in iwl_advance_tt_handler()
460 tt->state = old_state; in iwl_advance_tt_handler()
465 if (old_state != IWL_TI_CT_KILL && in iwl_advance_tt_handler()
473 tt->state = old_state; in iwl_advance_tt_handler()
476 } else if (old_state == IWL_TI_CT_KILL && in iwl_advance_tt_handler()