Home
last modified time | relevance | path

Searched refs:incumbent (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/watchdog/
H A Dhpwdt.rst59 panic. This is to allow for a crash dump to be collected. It is incumbent
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c11645 struct ath12k_incumbent_signal_interference *incumbent; in ath12k_mac_update_vif_chan() local
11764 incumbent = &ar->incumbent_signal_interference; in ath12k_mac_update_vif_chan()
11766 if (incumbent->handling_in_progress) { in ath12k_mac_update_vif_chan()
11768 if (incumbent->chan_bw_interference_bitmap & in ath12k_mac_update_vif_chan()
11770 if (incumbent->center_freq != in ath12k_mac_update_vif_chan()
11772 incumbent->chan_bw_interference_bitmap = 0; in ath12k_mac_update_vif_chan()
11773 incumbent->handling_in_progress = false; in ath12k_mac_update_vif_chan()
11779 incumbent->center_freq); in ath12k_mac_update_vif_chan()
11782 if (incumbent->center_freq != in ath12k_mac_update_vif_chan()
11784 incumbent->width != chandef->width) { in ath12k_mac_update_vif_chan()
[all …]
H A Dwmi.c8960 struct ath12k_incumbent_signal_interference *incumbent; in ath12k_wmi_process_incumbent_signal_interference_evt() local
8980 incumbent = &ar->incumbent_signal_interference; in ath12k_wmi_process_incumbent_signal_interference_evt()
8982 if (incumbent->handling_in_progress) { in ath12k_wmi_process_incumbent_signal_interference_evt()
9024 incumbent->center_freq = arg.chanctx_conf->def.chan->center_freq; in ath12k_wmi_process_incumbent_signal_interference_evt()
9025 incumbent->width = arg.chanctx_conf->def.width; in ath12k_wmi_process_incumbent_signal_interference_evt()
9026 incumbent->chan_bw_interference_bitmap = info.chan_bw_interference_bitmap; in ath12k_wmi_process_incumbent_signal_interference_evt()
9027 incumbent->handling_in_progress = true; in ath12k_wmi_process_incumbent_signal_interference_evt()