Lines Matching refs:spectral
751 #define GET_TARGET_IF_SPECTRAL_OPS(spectral) \ argument
752 ((struct target_if_spectral_ops *)(&((spectral)->spectral_ops)))
812 int (*spectral_process_phyerr)(struct target_if_spectral *spectral,
821 struct target_if_spectral *spectral,
1693 struct target_if_spectral *spectral,
1708 struct target_if_spectral *spectral,
1739 struct target_if_spectral *spectral,
1792 struct target_if_spectral *spectral,
1816 struct target_if_spectral *spectral,
2120 struct target_if_spectral *spectral = NULL; in target_if_spectral_set_rxchainmask() local
2147 spectral = get_target_if_spectral_handle_from_pdev(pdev); in target_if_spectral_set_rxchainmask()
2148 if (!spectral) { in target_if_spectral_set_rxchainmask()
2155 spectral->params[smode].ss_chn_mask = spectral_rx_chainmask; in target_if_spectral_set_rxchainmask()
2182 struct target_if_spectral *spectral = NULL; in target_if_spectral_process_phyerr() local
2185 spectral = get_target_if_spectral_handle_from_pdev(pdev); in target_if_spectral_process_phyerr()
2186 if (!spectral) { in target_if_spectral_process_phyerr()
2191 p_sops = GET_TARGET_IF_SPECTRAL_OPS(spectral); in target_if_spectral_process_phyerr()
2196 p_sops->spectral_process_phyerr(spectral, data, datalen, in target_if_spectral_process_phyerr()
2238 free_samp_msg_skb(struct target_if_spectral *spectral, in free_samp_msg_skb() argument
2249 if (is_ch_width_160_or_80p80(spectral->ch_width[smode])) { in free_samp_msg_skb()
2255 spectral->nl_cb.free_sbuff(spectral->pdev_obj, in free_samp_msg_skb()
2270 init_160mhz_delivery_state_machine(struct target_if_spectral *spectral) in init_160mhz_delivery_state_machine() argument
2276 spectral->state_160mhz_delivery[smode] = in init_160mhz_delivery_state_machine()
2290 reset_160mhz_delivery_state_machine(struct target_if_spectral *spectral, in reset_160mhz_delivery_state_machine() argument
2298 free_samp_msg_skb(spectral, smode); in reset_160mhz_delivery_state_machine()
2300 if (is_ch_width_160_or_80p80(spectral->ch_width[smode])) { in reset_160mhz_delivery_state_machine()
2301 spectral->state_160mhz_delivery[smode] = in reset_160mhz_delivery_state_machine()
2316 bool is_secondaryseg_expected(struct target_if_spectral *spectral, in is_secondaryseg_expected() argument
2320 (is_ch_width_160_or_80p80(spectral->ch_width[smode]) && in is_secondaryseg_expected()
2321 spectral->rparams.fragmentation_160[smode] && in is_secondaryseg_expected()
2322 (spectral->state_160mhz_delivery[smode] == in is_secondaryseg_expected()
2337 bool is_primaryseg_expected(struct target_if_spectral *spectral, in is_primaryseg_expected() argument
2341 (!is_ch_width_160_or_80p80(spectral->ch_width[smode]) || in is_primaryseg_expected()
2342 !spectral->rparams.fragmentation_160[smode] || in is_primaryseg_expected()
2343 (spectral->state_160mhz_delivery[smode] == in is_primaryseg_expected()
2358 bool is_primaryseg_rx_inprog(struct target_if_spectral *spectral, in is_primaryseg_rx_inprog() argument
2362 (!is_ch_width_160_or_80p80(spectral->ch_width[smode]) || in is_primaryseg_rx_inprog()
2363 spectral->spectral_gen == SPECTRAL_GEN2 || in is_primaryseg_rx_inprog()
2364 (spectral->spectral_gen == SPECTRAL_GEN3 && in is_primaryseg_rx_inprog()
2365 (!spectral->rparams.fragmentation_160[smode] || in is_primaryseg_rx_inprog()
2366 spectral->state_160mhz_delivery[smode] == in is_primaryseg_rx_inprog()
2380 bool is_secondaryseg_rx_inprog(struct target_if_spectral *spectral, in is_secondaryseg_rx_inprog() argument
2384 (is_ch_width_160_or_80p80(spectral->ch_width[smode]) && in is_secondaryseg_rx_inprog()
2385 (spectral->spectral_gen == SPECTRAL_GEN2 || in is_secondaryseg_rx_inprog()
2386 ((spectral->spectral_gen == SPECTRAL_GEN3) && in is_secondaryseg_rx_inprog()
2387 (!spectral->rparams.fragmentation_160[smode] || in is_secondaryseg_rx_inprog()
2388 spectral->state_160mhz_delivery[smode] == in is_secondaryseg_rx_inprog()
2452 target_if_160mhz_delivery_state_change(struct target_if_spectral *spectral,
2685 target_if_init_spectral_capability(struct target_if_spectral *spectral,
2733 struct target_if_spectral *spectral,
2800 target_if_160mhz_delivery_state_change(struct target_if_spectral *spectral,
2895 struct target_if_spectral *spectral,
2905 QDF_STATUS target_if_spectral_fw_hang(struct target_if_spectral *spectral);
2920 target_if_spectral_finite_scan_update(struct target_if_spectral *spectral,
2936 target_if_spectral_is_finite_scan(struct target_if_spectral *spectral,
2954 struct target_if_spectral *spectral,
2993 target_if_populate_fft_bins_info(struct target_if_spectral *spectral,
2997 target_if_populate_fft_bins_info(struct target_if_spectral *spectral, in target_if_populate_fft_bins_info() argument
3044 target_if_spectral_copy_fft_bins(struct target_if_spectral *spectral,