Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/iwlwifi/
Diwl-agn-tt.c236 set_bit(STATUS_CT_KILL, &priv->status); in iwl_tt_ready_for_ct_kill()
316 clear_bit(STATUS_CT_KILL, &priv->status); in iwl_legacy_tt_handler()
323 set_bit(STATUS_CT_KILL, &priv->status); in iwl_legacy_tt_handler()
330 set_bit(STATUS_CT_KILL, &priv->status); in iwl_legacy_tt_handler()
456 clear_bit(STATUS_CT_KILL, &priv->status); in iwl_advance_tt_handler()
465 set_bit(STATUS_CT_KILL, &priv->status); in iwl_advance_tt_handler()
476 set_bit(STATUS_CT_KILL, &priv->status); in iwl_advance_tt_handler()
Diwl-shared.h418 #define STATUS_CT_KILL 4 macro
Diwl-agn.h378 return test_bit(STATUS_CT_KILL, &priv->status); in iwl_is_ctkill()
Diwl-debugfs.c532 test_bit(STATUS_CT_KILL, &priv->status)); in iwl_dbgfs_status_read()