Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dtt.c232 set_bit(STATUS_CT_KILL, &priv->status); in iwl_tt_ready_for_ct_kill()
312 clear_bit(STATUS_CT_KILL, &priv->status); in iwl_legacy_tt_handler()
319 set_bit(STATUS_CT_KILL, &priv->status); in iwl_legacy_tt_handler()
326 set_bit(STATUS_CT_KILL, &priv->status); in iwl_legacy_tt_handler()
452 clear_bit(STATUS_CT_KILL, &priv->status); in iwl_advance_tt_handler()
461 set_bit(STATUS_CT_KILL, &priv->status); in iwl_advance_tt_handler()
472 set_bit(STATUS_CT_KILL, &priv->status); in iwl_advance_tt_handler()
Dagn.h97 #define STATUS_CT_KILL 1 macro
426 return test_bit(STATUS_CT_KILL, &priv->status); in iwl_is_ctkill()
Ddebugfs.c399 test_bit(STATUS_CT_KILL, &priv->status)); in iwl_dbgfs_status_read()