Searched refs:ATH11K_FLAG_CRASH_FLUSH (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | thermal.c | 86 if (test_bit(ATH11K_FLAG_CRASH_FLUSH, &ar->ab->dev_flags)) { in ath11k_thermal_show_temp()
|
H A D | dp_tx.c | 101 if (unlikely(test_bit(ATH11K_FLAG_CRASH_FLUSH, &ar->ab->dev_flags))) in ath11k_dp_tx() 768 if (test_bit(ATH11K_FLAG_CRASH_FLUSH, &ab->dev_flags)) in ath11k_dp_tx_send_reo_cmd()
|
H A D | peer.c | 161 test_bit(ATH11K_FLAG_CRASH_FLUSH, &ab->dev_flags)); in ath11k_wait_for_peer_common()
|
H A D | core.c | 1395 if (!test_bit(ATH11K_FLAG_CRASH_FLUSH, &ab->dev_flags)) in ath11k_core_stop() 1727 clear_bit(ATH11K_FLAG_CRASH_FLUSH, &ab->dev_flags); in ath11k_core_reconfigure_on_crash()
|
H A D | core.h | 267 ATH11K_FLAG_CRASH_FLUSH, enumerator
|
H A D | qmi.c | 3208 set_bit(ATH11K_FLAG_CRASH_FLUSH, &ab->dev_flags); in ath11k_qmi_driver_event_work() 3246 clear_bit(ATH11K_FLAG_CRASH_FLUSH, in ath11k_qmi_driver_event_work() 3267 clear_bit(ATH11K_FLAG_CRASH_FLUSH, in ath11k_qmi_driver_event_work()
|
H A D | ce.c | 745 if (test_bit(ATH11K_FLAG_CRASH_FLUSH, &ab->dev_flags)) in ath11k_ce_send()
|
H A D | ahb.c | 395 if (!test_bit(ATH11K_FLAG_CRASH_FLUSH, &ab->dev_flags)) in ath11k_ahb_stop()
|
H A D | mac.c | 904 if (test_bit(ATH11K_FLAG_CRASH_FLUSH, &ar->ab->dev_flags)) in ath11k_mac_vdev_setup_sync() 6142 if (test_bit(ATH11K_FLAG_CRASH_FLUSH, &ar->ab->dev_flags)) in ath11k_mac_mgmt_tx()
|
H A D | wmi.c | 305 if (ret && test_bit(ATH11K_FLAG_CRASH_FLUSH, in ath11k_wmi_cmd_send() 315 if (ret && test_bit(ATH11K_FLAG_CRASH_FLUSH, in ath11k_wmi_cmd_send()
|