Lines Matching refs:spectral_debug

96 				spectral_debug("%s", hexdump_line);  in target_if_spectral_hexdump()
135 spectral_debug("%s", hexdump_line); in target_if_spectral_hexdump()
153 spectral_debug("%02X ", pbuf[i]); in target_if_print_buf()
155 spectral_debug("\n"); in target_if_print_buf()
168 spectral_debug("SPECTRAL : FFT Length is 0x%x (%d)", fftlen, fftlen); in target_if_spectral_dump_fft()
170 spectral_debug("fft_data # "); in target_if_spectral_dump_fft()
172 spectral_debug("%d ", pfft[i]); in target_if_spectral_dump_fft()
173 spectral_debug("\n"); in target_if_spectral_dump_fft()
223 spectral_debug("Spectral Message"); in target_if_dbg_print_samp_msg()
225 spectral_debug("Signature : 0x%x", ss_msg->signature); in target_if_dbg_print_samp_msg()
226 spectral_debug("Freq : %u", ss_msg->pri20_freq); in target_if_dbg_print_samp_msg()
227 spectral_debug("sscan width : %d", ss_msg->sscan_bw); in target_if_dbg_print_samp_msg()
228 spectral_debug("sscan cfreq1 : %u", ss_msg->sscan_cfreq1); in target_if_dbg_print_samp_msg()
229 spectral_debug("sscan cfreq2 : %u", ss_msg->sscan_cfreq2); in target_if_dbg_print_samp_msg()
230 spectral_debug("bin power count : %d", ss_msg->bin_pwr_count); in target_if_dbg_print_samp_msg()
231 spectral_debug("Number of spans : %d", ss_msg->num_freq_spans); in target_if_dbg_print_samp_msg()
235 spectral_debug("-------- Span ID : %d --------", span); in target_if_dbg_print_samp_msg()
236 spectral_debug("Number of detectors : %d", in target_if_dbg_print_samp_msg()
241 spectral_debug("------ Detector ID : %d ------", det); in target_if_dbg_print_samp_msg()
243 spectral_debug("RSSI : %d", det_info->rssi); in target_if_dbg_print_samp_msg()
244 spectral_debug("Timestamp : %u", in target_if_dbg_print_samp_msg()
246 spectral_debug("Start bin index : %d", in target_if_dbg_print_samp_msg()
248 spectral_debug("End bin index : %d", in target_if_dbg_print_samp_msg()
250 spectral_debug("Start frequency : %d", in target_if_dbg_print_samp_msg()
252 spectral_debug("End frequency : %d", in target_if_dbg_print_samp_msg()
262 spectral_debug("\nSAMP Packet : -------------------- START --------------------"); in target_if_dbg_print_samp_param()
263 spectral_debug("Freq = %d", p->freq); in target_if_dbg_print_samp_param()
264 spectral_debug("RSSI = %d", p->rssi); in target_if_dbg_print_samp_param()
265 spectral_debug("Bin Count = %d", p->pwr_count); in target_if_dbg_print_samp_param()
266 spectral_debug("Timestamp = %d", p->tstamp); in target_if_dbg_print_samp_param()
267 spectral_debug("SAMP Packet : -------------------- END -----------------------"); in target_if_dbg_print_samp_param()
280 spectral_debug("Spectral Message"); in target_if_dbg_print_samp_msg()
282 spectral_debug("Signature : 0x%x", ss_msg->signature); in target_if_dbg_print_samp_msg()
283 spectral_debug("Freq : %d", ss_msg->freq); in target_if_dbg_print_samp_msg()
284 spectral_debug("Freq load : %d", ss_msg->freq_loading); in target_if_dbg_print_samp_msg()
285 spectral_debug("Intfnc type : %d", ss_msg->int_type); in target_if_dbg_print_samp_msg()
287 spectral_debug("Spectral Data info"); in target_if_dbg_print_samp_msg()
289 spectral_debug("data length : %d", p->spectral_data_len); in target_if_dbg_print_samp_msg()
290 spectral_debug("rssi : %d", p->spectral_rssi); in target_if_dbg_print_samp_msg()
291 spectral_debug("combined rssi : %d", p->spectral_combined_rssi); in target_if_dbg_print_samp_msg()
292 spectral_debug("upper rssi : %d", p->spectral_upper_rssi); in target_if_dbg_print_samp_msg()
293 spectral_debug("lower rssi : %d", p->spectral_lower_rssi); in target_if_dbg_print_samp_msg()
294 spectral_debug("bw info : %d", p->spectral_bwinfo); in target_if_dbg_print_samp_msg()
295 spectral_debug("timestamp : %d", p->spectral_tstamp); in target_if_dbg_print_samp_msg()
296 spectral_debug("max index : %d", p->spectral_max_index); in target_if_dbg_print_samp_msg()
297 spectral_debug("max exp : %d", p->spectral_max_exp); in target_if_dbg_print_samp_msg()
298 spectral_debug("max mag : %d", p->spectral_max_mag); in target_if_dbg_print_samp_msg()
299 spectral_debug("last timstamp : %d", p->spectral_last_tstamp); in target_if_dbg_print_samp_msg()
300 spectral_debug("upper max idx : %d", p->spectral_upper_max_index); in target_if_dbg_print_samp_msg()
301 spectral_debug("lower max idx : %d", p->spectral_lower_max_index); in target_if_dbg_print_samp_msg()
302 spectral_debug("bin power count : %d", p->bin_pwr_count); in target_if_dbg_print_samp_msg()
304 spectral_debug("Classifier info"); in target_if_dbg_print_samp_msg()
306 spectral_debug("20/40 Mode : %d", pc->spectral_20_40_mode); in target_if_dbg_print_samp_msg()
307 spectral_debug("dc index : %d", pc->spectral_dc_index); in target_if_dbg_print_samp_msg()
308 spectral_debug("dc in MHz : %d", pc->spectral_dc_in_mhz); in target_if_dbg_print_samp_msg()
309 spectral_debug("upper channel : %d", pc->upper_chan_in_mhz); in target_if_dbg_print_samp_msg()
310 spectral_debug("lower channel : %d", pc->lower_chan_in_mhz); in target_if_dbg_print_samp_msg()
312 spectral_debug("Interference info"); in target_if_dbg_print_samp_msg()
314 spectral_debug("inter count : %d", pi->count); in target_if_dbg_print_samp_msg()
317 spectral_debug("inter type : %d", in target_if_dbg_print_samp_msg()
319 spectral_debug("min freq : %d", in target_if_dbg_print_samp_msg()
321 spectral_debug("max freq : %d", in target_if_dbg_print_samp_msg()
397 spectral_debug("SPECTRAL : SPECTRAL SUMMARY REPORT"); in target_if_dump_summary_report_gen2()
429 spectral_debug("sscan_gidx=%d, is_recent_rfsat=%d", in target_if_dump_summary_report_gen2()
442 spectral_debug("agc_total_gain_segid0 = 0x%.2x, agc_mb_gain_segid0=%d", in target_if_dump_summary_report_gen2()
444spectral_debug("nb_mask_segid0 = 0x%.2x, ob_flag_segid0=%d, peak_index_segid0=%d, peak_mag_segid0=… in target_if_dump_summary_report_gen2()
457 spectral_debug("agc_total_gain_segid1 = 0x%.2x, agc_mb_gain_segid1=%d", in target_if_dump_summary_report_gen2()
459spectral_debug("nb_mask_segid1 = 0x%.2x, ob_flag_segid1=%d, peak_index_segid1=%d, peak_mag_segid1=… in target_if_dump_summary_report_gen2()
488spectral_debug("nb_mask = 0x%.2x, ob_flag=%d, peak_index=%d, peak_mag=%d, agc_mb_gain=%d, agc_tota… in target_if_dump_summary_report_gen2()
613 spectral_debug("SPECTRAL : ADC REPORT"); in target_if_dump_adc_report_gen2()
631 spectral_debug("samp_fmt= %u, chn_idx= %u, recent_rfsat= %u, agc_mb_gain=%u agc_total_gain=%u", in target_if_dump_adc_report_gen2()
675 spectral_debug("SPECTRAL ADC : Interpreting capture format 1"); in target_if_dump_adc_report_gen2()
676 spectral_debug("adc_data_format_1 # %d %d %d", in target_if_dump_adc_report_gen2()
678 spectral_debug("adc_data_format_1 # %d %d %d", in target_if_dump_adc_report_gen2()
700 spectral_debug("SPECTRAL ADC : Interpreting capture format 0"); in target_if_dump_adc_report_gen2()
701 spectral_debug("adc_data_format_2 # %d %d %d", in target_if_dump_adc_report_gen2()
706 spectral_debug("\n"); in target_if_dump_adc_report_gen2()
760 spectral_debug("SPECTRAL : SEARCH FFT REPORT"); in target_if_dump_sfft_report_gen2()
794 spectral_debug("Header A = 0x%x Header B = 0x%x", in target_if_dump_sfft_report_gen2()
796spectral_debug("Base Power= 0x%x, Total Gain= %d, relpwr_db=%d, num_str_bins_ib=%d fft_chn_idx=%d … in target_if_dump_sfft_report_gen2()
801 spectral_debug("Segment ID: %hhu", segid); in target_if_dump_sfft_report_gen2()
804 spectral_debug("FFT bins:"); in target_if_dump_sfft_report_gen2()
807 spectral_debug("%d %d, ", i, fft_mag); in target_if_dump_sfft_report_gen2()
810 spectral_debug("\n"); in target_if_dump_sfft_report_gen2()
1248 spectral_debug("Before conversion: cfreq1: %u cfreq2: %u", in target_if_update_session_info_from_report_ctx()
1262 spectral_debug("After conversion: cfreq1: %d cfreq2: %d", in target_if_update_session_info_from_report_ctx()
2079 spectral_debug("SPECTRAL : HEADER A 0x%x (%d)", a, a); in target_if_spectral_dump_hdr_gen2()
2080 spectral_debug("SPECTRAL : HEADER B 0x%x (%d)", b, b); in target_if_spectral_dump_hdr_gen2()
2118 spectral_debug("SPECTRAL : TLV Length is 0x%x (%d)", in target_if_spectral_dump_tlv_gen2()
2495 spectral_debug("Spectral FFT Report"); in target_if_dump_fft_report_gen3()
2496 spectral_debug("fft_timestamp = 0x%x", p_fft_report->fft_timestamp); in target_if_dump_fft_report_gen3()
2497 spectral_debug("fft_hdr_length = %zu(32 bit words)", in target_if_dump_fft_report_gen3()
2499 spectral_debug("fft_hdr_tag = 0x%x", tag); in target_if_dump_fft_report_gen3()
2500 spectral_debug("fft_hdr_sig = 0x%x", signature); in target_if_dump_fft_report_gen3()
2502 spectral_debug("Length field in search fft report is %zu(0x%zx) bytes", in target_if_dump_fft_report_gen3()
2504 spectral_debug("Total length of search fft report is %zu(0x%zx) bytes", in target_if_dump_fft_report_gen3()
2506 spectral_debug("Target reported fftbins in report is %zu(0x%zx)", in target_if_dump_fft_report_gen3()
2511 spectral_debug("WAR: Considering number of FFT bins as 0"); in target_if_dump_fft_report_gen3()
2514 spectral_debug("FW fftbins actually transferred (in-band report mode) %zu(0x%zx)", in target_if_dump_fft_report_gen3()
2519 spectral_debug("Actual number of fftbins in report is %zu(0x%zx)", in target_if_dump_fft_report_gen3()
2522 spectral_debug("fft_detector_id = %u", p_sfft->fft_detector_id); in target_if_dump_fft_report_gen3()
2523 spectral_debug("fft_num = %u", p_sfft->fft_num); in target_if_dump_fft_report_gen3()
2524 spectral_debug("fft_radar_check = %u", p_sfft->fft_radar_check); in target_if_dump_fft_report_gen3()
2525 spectral_debug("fft_peak_sidx = %d", p_sfft->fft_peak_sidx); in target_if_dump_fft_report_gen3()
2526 spectral_debug("fft_chn_idx = %u", p_sfft->fft_chn_idx); in target_if_dump_fft_report_gen3()
2527 spectral_debug("fft_base_pwr_db = %u", p_sfft->fft_base_pwr_db); in target_if_dump_fft_report_gen3()
2528 spectral_debug("fft_total_gain_db = %u", p_sfft->fft_total_gain_db); in target_if_dump_fft_report_gen3()
2529 spectral_debug("fft_num_str_bins_ib = %u", p_sfft->fft_num_str_bins_ib); in target_if_dump_fft_report_gen3()
2530 spectral_debug("fft_peak_mag = %d", p_sfft->fft_peak_mag); in target_if_dump_fft_report_gen3()
2531 spectral_debug("fft_avgpwr_db = %u", p_sfft->fft_avgpwr_db); in target_if_dump_fft_report_gen3()
2532 spectral_debug("fft_relpwr_db = %u", p_sfft->fft_relpwr_db); in target_if_dump_fft_report_gen3()
2555 spectral_debug("FFT bin buffer size = %zu", fft_bin_count); in target_if_dump_fft_report_gen3()
2556 spectral_debug("FFT bins:"); in target_if_dump_fft_report_gen3()
3479 spectral_debug("First vdev is NULL"); in target_if_spectral_populate_samp_params_gen3()
3918 spectral_debug("First vdev is NULL"); in target_if_consume_spectral_report_gen3()
4201 spectral_debug("Printing the spectral phyerr buffer for debug"); in target_if_spectral_process_report_gen3()
4202 spectral_debug("Datalength of buffer = 0x%zx(%zd) bufptr = 0x%pK", in target_if_spectral_process_report_gen3()