Searched refs:ATH10K_CAC_RUNNING (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | core.h | 788 ATH10K_CAC_RUNNING, enumerator
|
| D | mac.c | 1234 test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_mac_monitor_vdev_is_needed() 1247 if (test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags) && num_ctx > 1) in ath10k_mac_monitor_vdev_is_allowed() 1352 set_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_start_cac() 1357 clear_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_start_cac() 1372 if (!test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags)) in ath10k_stop_cac() 1375 clear_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_stop_cac() 4442 clear_bit(ATH10K_CAC_RUNNING, &ar->dev_flags); in ath10k_halt()
|
| D | htt_rx.c | 1986 if (test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags)) { in ath10k_htt_rx_amsdu_allowed()
|
| D | wmi.c | 2476 if ((test_bit(ATH10K_CAC_RUNNING, &ar->dev_flags)) || in ath10k_wmi_event_mgmt_rx()
|