Lines Matching refs:ch_width

862 				      enum phy_ch_width ch_width,  in target_if_spectral_unify_cfreq_format()  argument
887 if (ch_width == CH_WIDTH_160MHZ && in target_if_spectral_unify_cfreq_format()
903 } else if (ch_width == CH_WIDTH_80P80MHZ && in target_if_spectral_unify_cfreq_format()
968 enum phy_ch_width ch_width; in target_if_populate_det_start_end_freqs() local
986 ch_width = spectral->report_info[smode].sscan_bw; in target_if_populate_det_start_end_freqs()
992 detector_list = &spectral->detector_list[smode][ch_width]; in target_if_populate_det_start_end_freqs()
1002 if (ch_width == CH_WIDTH_160MHZ && in target_if_populate_det_start_end_freqs()
1016 if (ch_width == CH_WIDTH_160MHZ && in target_if_populate_det_start_end_freqs()
1040 ch_width, in target_if_populate_det_start_end_freqs()
1061 enum phy_ch_width ch_width; in target_if_populate_fft_bins_info() local
1081 ch_width = spectral->report_info[smode].sscan_bw; in target_if_populate_fft_bins_info()
1096 detector_list = &spectral->detector_list[smode][ch_width]; in target_if_populate_fft_bins_info()
1109 if (ch_width == CH_WIDTH_160MHZ && in target_if_populate_fft_bins_info()
1122 if (ch_width == CH_WIDTH_160MHZ && in target_if_populate_fft_bins_info()
1149 if (is_ch_width_160_or_80p80(ch_width)) { in target_if_populate_fft_bins_info()
1196 enum phy_ch_width ch_width; in target_if_update_session_info_from_report_ctx() local
1240 ch_width = rpt_info->sscan_bw; in target_if_update_session_info_from_report_ctx()
1274 if (ch_width == CH_WIDTH_80P80MHZ && wlan_psoc_nif_fw_ext_cap_get( in target_if_update_session_info_from_report_ctx()
1290 detector_list = &spectral->detector_list[smode][ch_width]; in target_if_update_session_info_from_report_ctx()
1305 ch_width, in target_if_update_session_info_from_report_ctx()
1321 ch_width, in target_if_update_session_info_from_report_ctx()
1389 enum phy_ch_width ch_width; in target_if_spectral_populate_samp_params_gen2() local
1406 ch_width = spectral->report_info[smode].sscan_bw; in target_if_spectral_populate_samp_params_gen2()
1465 if (is_ch_width_160_or_80p80(ch_width) && phyerr_info->seg_id == 0) in target_if_spectral_populate_samp_params_gen2()
1529 enum phy_ch_width ch_width; in target_if_process_phyerr_gen2() local
1564 ch_width = spectral->report_info[SPECTRAL_SCAN_MODE_NORMAL].sscan_bw; in target_if_process_phyerr_gen2()
1649 is_ch_width_160_or_80p80(ch_width)) { in target_if_process_phyerr_gen2()
1809 enum phy_ch_width ch_width = in target_if_process_phyerr_gen2() local
1810 spectral->ch_width[SPECTRAL_SCAN_MODE_NORMAL]; in target_if_process_phyerr_gen2()
1970 is_ch_width_160_or_80p80(ch_width)) { in target_if_process_phyerr_gen2()
2100 spectral->ch_width[SPECTRAL_SCAN_MODE_NORMAL]); in target_if_get_combrssi_sec80_seg_gen2()
2622 if (!is_ch_width_160_or_80p80(spectral->ch_width[smode])) { in target_if_160mhz_delivery_state_change()
2624 spectral->ch_width[smode], smode); in target_if_160mhz_delivery_state_change()
3904 if (is_ch_width_160_or_80p80(spectral->ch_width in target_if_consume_spectral_report_gen3()
3949 if (is_ch_width_160_or_80p80(spectral->ch_width in target_if_consume_spectral_report_gen3()
3987 if (spectral->ch_width[spectral_mode] == in target_if_consume_spectral_report_gen3()
4078 if (is_ch_width_160_or_80p80(spectral->ch_width in target_if_consume_spectral_report_gen3()
4197 report.ch_width = payload->meta_data.ch_width; in target_if_spectral_process_report_gen3()