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.h571 bool monitor_started; member
H A Dmac.c1035 if (ar->monitor_started) in ath12k_mac_monitor_start()
1051 ar->monitor_started = true; in ath12k_mac_monitor_start()
1065 if (!ar->monitor_started) in ath12k_mac_monitor_stop()
1074 ar->monitor_started = false; in ath12k_mac_monitor_stop()
5608 } 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.h1140 bool monitor_started; member
H A Dmac.c1202 ar->monitor_started = true; in ath10k_monitor_start()
1226 ar->monitor_started = false; in ath10k_monitor_stop()
1285 ar->monitor_started, needed, allowed); in ath10k_monitor_recalc()
1288 if (ar->monitor_started) { in ath10k_monitor_recalc()
1301 if (needed == ar->monitor_started) in ath10k_monitor_recalc()
4786 if (ar->monitor_started) in ath10k_halt()
4789 ar->monitor_started = false; in ath10k_halt()
6243 if (ar->monitor_started) in ath10k_bss_info_changed()
8716 if (ar->monitor_started) in ath10k_mac_update_vif_chan()
H A Dhtt_tx.c1163 } else if (ar->monitor_started) { in ath10k_htt_tx_get_vdev_id()