Home
last modified time | relevance | path

Searched refs:state_11d (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/sys/contrib/dev/athk/ath11k/
HDreg.c117 if (wait && ar->state_11d != ATH11K_11D_IDLE) { in ath11k_reg_update_chan_list()
123 ar->state_11d = ATH11K_11D_IDLE; in ath11k_reg_update_chan_list()
HDmac.c3946 if (ar->state_11d == ATH11K_11D_PREPARING && in ath11k_mac_op_hw_scan()
4086 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_mac_op_hw_scan()
6425 if (ar->state_11d == ATH11K_11D_PREPARING) { in ath11k_mac_op_stop()
6426 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_op_stop()
6617 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_mac_11d_scan_start()
6618 ar->state_11d = ATH11K_11D_RUNNING; in ath11k_mac_11d_scan_start()
6622 if (ar->state_11d == ATH11K_11D_PREPARING) { in ath11k_mac_11d_scan_start()
6623 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_11d_scan_start()
6645 if (ar->state_11d == ATH11K_11D_PREPARING) { in ath11k_mac_11d_scan_stop()
6646 ar->state_11d = ATH11K_11D_IDLE; in ath11k_mac_11d_scan_stop()
[all …]
HDcore.h748 enum ath11k_11d_state state_11d; member
HDcore.c1844 ar->state_11d = ATH11K_11D_IDLE; in ath11k_core_pre_reconfigure_recovery()
HDwmi.c2199 if (ar->state_11d == ATH11K_11D_PREPARING) in ath11k_wmi_start_scan_init()
7342 ar->state_11d = ATH11K_11D_IDLE; in ath11k_reg_11d_new_cc_event()