Home
last modified time | relevance | path

Searched refs:monitor_started (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h651 bool monitor_started; member
H A Dmac.c1183 if (ar->monitor_started) in ath12k_mac_monitor_start()
1199 ar->monitor_started = true; in ath12k_mac_monitor_start()
1213 if (!ar->monitor_started) in ath12k_mac_monitor_stop()
1222 ar->monitor_started = false; in ath12k_mac_monitor_stop()
6855 } else if (ar->monitor_vdev_created && !ar->monitor_started) { in ath12k_mac_vdev_delete()
H A Ddp_mon.c2552 if (!ar->monitor_started) in ath12k_dp_mon_process_ring()
/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h1144 bool monitor_started; member
H A Dmac.c1197 ar->monitor_started = true; in ath10k_monitor_start()
1221 ar->monitor_started = false; in ath10k_monitor_stop()
1280 ar->monitor_started, needed, allowed); in ath10k_monitor_recalc()
1283 if (ar->monitor_started) { in ath10k_monitor_recalc()
1296 if (needed == ar->monitor_started) in ath10k_monitor_recalc()
4784 if (ar->monitor_started) in ath10k_halt()
4787 ar->monitor_started = false; in ath10k_halt()
6245 if (ar->monitor_started) in ath10k_bss_info_changed()
8718 if (ar->monitor_started) in ath10k_mac_update_vif_chan()
H A Dhtt_tx.c1159 } else if (ar->monitor_started) { in ath10k_htt_tx_get_vdev_id()