Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/
Diwl-trans.c111 if (WARN_ONCE(trans->state != IWL_TRANS_FW_ALIVE, in iwl_trans_send_cmd()
358 trans->state = IWL_TRANS_FW_ALIVE; in iwl_trans_fw_alive()
409 if (WARN_ONCE(trans->state != IWL_TRANS_FW_ALIVE, in iwl_trans_tx()
423 if (WARN_ONCE(trans->state != IWL_TRANS_FW_ALIVE, in iwl_trans_reclaim()
444 if (WARN_ONCE(trans->state != IWL_TRANS_FW_ALIVE, in iwl_trans_txq_enable_cfg()
455 if (WARN_ONCE(trans->state != IWL_TRANS_FW_ALIVE, in iwl_trans_wait_txq_empty()
465 if (WARN_ONCE(trans->state != IWL_TRANS_FW_ALIVE, in iwl_trans_wait_tx_queues_empty()
476 if (WARN_ONCE(trans->state != IWL_TRANS_FW_ALIVE, in iwl_trans_freeze_txq_timer()
501 if (WARN_ONCE(trans->state != IWL_TRANS_FW_ALIVE, in iwl_trans_set_q_ptrs()
514 if (WARN_ONCE(trans->state != IWL_TRANS_FW_ALIVE, in iwl_trans_txq_alloc()
Diwl-trans.h485 IWL_TRANS_FW_ALIVE, enumerator
1136 return trans->state == IWL_TRANS_FW_ALIVE; in iwl_trans_fw_running()