Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral_phyerr.c870 spectral_err_rl("Spectral LMAC object is null"); in target_if_spectral_unify_cfreq_format()
874 spectral_err_rl("Spectral PDEV is null"); in target_if_spectral_unify_cfreq_format()
880 spectral_err_rl("psoc is null"); in target_if_spectral_unify_cfreq_format()
920 spectral_err_rl("Channel state is disable or invalid"); in target_if_spectral_unify_cfreq_format()
925 spectral_err_rl("Bonded channel is not found"); in target_if_spectral_unify_cfreq_format()
976 spectral_err_rl("Spectral LMAC object is null"); in target_if_populate_det_start_end_freqs()
980 spectral_err_rl("Invalid Spectral mode"); in target_if_populate_det_start_end_freqs()
1071 spectral_err_rl("Spectral LMAC object is null"); in target_if_populate_fft_bins_info()
1075 spectral_err_rl("Invalid Spectral mode"); in target_if_populate_fft_bins_info()
1090 spectral_err_rl("Invalid number of FFT bins %d", in target_if_populate_fft_bins_info()
[all …]
H A Dtarget_if_spectral_netlink.c48 spectral_err_rl("Spectral LMAC object is null"); in target_if_spectral_fill_samp_msg()
56 spectral_err_rl("SAMP msg params structure is null"); in target_if_spectral_fill_samp_msg()
61 spectral_err_rl("Invalid detector ID"); in target_if_spectral_fill_samp_msg()
68 spectral_err_rl("No valid Spectral mode for detector id %u", in target_if_spectral_fill_samp_msg()
76 spectral_err_rl("Invalid spectral msg type"); in target_if_spectral_fill_samp_msg()
99 spectral_err_rl("Spectral SAMP message is NULL"); in target_if_spectral_fill_samp_msg()
181 spectral_err_rl("Unable to copy left edge FFT bins"); in target_if_spectral_fill_samp_msg()
199 spectral_err_rl("Unable to copy in-band/out-band FFT bins"); in target_if_spectral_fill_samp_msg()
217 spectral_err_rl("Unable to copy right edge FFT bins"); in target_if_spectral_fill_samp_msg()
254 spectral_err_rl("Invalid operating channel width %d", in target_if_spectral_fill_samp_msg()
[all …]
H A Dtarget_if_spectral.c3510 spectral_err_rl("Spectral LMAC object is null"); in target_if_spectral_detector_list_init()
5761 spectral_err_rl("pdev is null"); in target_if_spectral_get_num_spans()
5767 spectral_err_rl("psoc is null"); in target_if_spectral_get_num_spans()
5802 spectral_err_rl("Spectral LMAC object is null"); in target_if_spectral_populate_session_report_info()
5806 spectral_err_rl("Invalid Spectral scan mode"); in target_if_spectral_populate_session_report_info()
5824 spectral_err_rl("Invalid number of spans: %u", in target_if_spectral_populate_session_report_info()
5858 spectral_err_rl("Spectral LMAC object is null"); in target_if_spectral_populate_session_det_host_info()
5862 spectral_err_rl("Invalid Spectral scan mode"); in target_if_spectral_populate_session_det_host_info()
5867 spectral_err_rl("Spectral PDEV is null"); in target_if_spectral_populate_session_det_host_info()
5873 spectral_err_rl("psoc is null"); in target_if_spectral_populate_session_det_host_info()
[all …]
H A Dtarget_if_spectral.h2245 spectral_err_rl("Invalid Spectral mode %d", smode); in free_samp_msg_skb()
2294 spectral_err_rl("Invalid Spectral mode %d", smode); in reset_160mhz_delivery_state_machine()
2433 spectral_err_rl("Invalid pwr format: %d.", pwr_format); in clamp_fft_bin_value()
/wlan-driver/qca-wifi-host-cmn/spectral/core/
H A Dspectral_defs_i.h60 #define spectral_err_rl(format, args...) \ macro