Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h573 bool monitor_started; member
H A Dmac.c1038 if (ar->monitor_started) in ath12k_mac_monitor_start()
1054 ar->monitor_started = true; in ath12k_mac_monitor_start()
1068 if (!ar->monitor_started) in ath12k_mac_monitor_stop()
1077 ar->monitor_started = false; in ath12k_mac_monitor_stop()
5617 } else if (ar->monitor_vdev_created && !ar->monitor_started) { in ath12k_mac_op_remove_interface()
H A Ddp_mon.c2590 if (!ar->monitor_started) in ath12k_dp_mon_process_ring()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h1141 bool monitor_started; member
H A Dmac.c1203 ar->monitor_started = true; in ath10k_monitor_start()
1227 ar->monitor_started = false; in ath10k_monitor_stop()
1286 ar->monitor_started, needed, allowed); in ath10k_monitor_recalc()
1289 if (ar->monitor_started) { in ath10k_monitor_recalc()
1302 if (needed == ar->monitor_started) in ath10k_monitor_recalc()
4787 if (ar->monitor_started) in ath10k_halt()
4790 ar->monitor_started = false; in ath10k_halt()
6244 if (ar->monitor_started) in ath10k_bss_info_changed()
8717 if (ar->monitor_started) in ath10k_mac_update_vif_chan()
H A Dhtt_tx.c1164 } else if (ar->monitor_started) { in ath10k_htt_tx_get_vdev_id()