Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c393 if (mvm->scan_status & IWL_MVM_SCAN_STOPPING_SCHED) { in iwl_mvm_rx_lmac_scan_complete_notif()
405 mvm->scan_status &= ~IWL_MVM_SCAN_STOPPING_SCHED; in iwl_mvm_rx_lmac_scan_complete_notif()
3401 IWL_MVM_SCAN_STOPPING_SCHED); in iwl_mvm_report_scan_aborted()
H A Dmvm.h479 IWL_MVM_SCAN_STOPPING_SCHED = BIT(9), enumerator
485 IWL_MVM_SCAN_STOPPING_SCHED,