Home
last modified time | relevance | path

Searched refs:ATH10K_CAC_RUNNING (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h843 ATH10K_CAC_RUNNING, enumerator
H A Dmac.c1253 test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_mac_monitor_vdev_is_needed()
1266 if (test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags) && num_ctx > 1) in ath10k_mac_monitor_vdev_is_allowed()
1371 set_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_start_cac()
1376 clear_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_start_cac()
1391 if (!test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags)) in ath10k_stop_cac()
1394 clear_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_stop_cac()
4781 clear_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_halt()
H A Dhtt_rx.c2287 if (test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags)) { in ath10k_htt_rx_amsdu_allowed()
H A Dwmi.c2551 if ((test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags)) || in ath10k_wmi_event_mgmt_rx()