Home
last modified time | relevance | path

Searched refs:STATUS_CT_KILL (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtt.c202 set_bit(STATUS_CT_KILL, &priv->status); in iwl_tt_ready_for_ct_kill()
282 clear_bit(STATUS_CT_KILL, &priv->status); in iwl_legacy_tt_handler()
289 set_bit(STATUS_CT_KILL, &priv->status); in iwl_legacy_tt_handler()
296 set_bit(STATUS_CT_KILL, &priv->status); in iwl_legacy_tt_handler()
422 clear_bit(STATUS_CT_KILL, &priv->status); in iwl_advance_tt_handler()
431 set_bit(STATUS_CT_KILL, &priv->status); in iwl_advance_tt_handler()
442 set_bit(STATUS_CT_KILL, &priv->status); in iwl_advance_tt_handler()
H A Dagn.h39 #define STATUS_CT_KILL 1 macro
368 return test_bit(STATUS_CT_KILL, &priv->status); in iwl_is_ctkill()