Home
last modified time | relevance | path

Searched refs:phyerr (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dspectral.h39 struct wmi_phyerr_ev_arg *phyerr,
51 struct wmi_phyerr_ev_arg *phyerr, in ath10k_spectral_process_fft() argument
H A Dspectral.c64 struct wmi_phyerr_ev_arg *phyerr, in ath10k_spectral_process_fft() argument
92 switch (phyerr->chan_width_mhz) { in ath10k_spectral_process_fft()
111 fft_sample->chan_width_mhz = phyerr->chan_width_mhz; in ath10k_spectral_process_fft()
120 fft_sample->rssi = phyerr->rssi_combined; in ath10k_spectral_process_fft()
127 freq1 = phyerr->freq1; in ath10k_spectral_process_fft()
128 freq2 = phyerr->freq2; in ath10k_spectral_process_fft()
134 fft_sample->noise = __cpu_to_be16(phyerr->nf_chains[chain_idx]); in ath10k_spectral_process_fft()
H A Dwmi.c2100 * with spectral scan phyerr events starving wmi transport in ath10k_wmi_event_scan_completed()
4053 struct wmi_phyerr_ev_arg *phyerr, in ath10k_dfs_radar_report() argument
4069 "wmi phyerr radar report chirp %d max_width %d agc_total_gain %d pulse_delta_diff %d\n", in ath10k_dfs_radar_report()
4075 "wmi phyerr radar report pulse_delta_pean %d pulse_sidx %d fft_valid %d agc_mb_gain %d subchan_mask %d\n", in ath10k_dfs_radar_report()
4082 "wmi phyerr radar report pulse_tsf_offset 0x%X pulse_dur: %d\n", in ath10k_dfs_radar_report()
4104 tsf32l = phyerr->tsf_timestamp; in ath10k_dfs_radar_report()
4109 rssi = phyerr->rssi_combined; in ath10k_dfs_radar_report()
4171 struct wmi_phyerr_ev_arg *phyerr, in ath10k_dfs_fft_report() argument
4180 rssi = phyerr->rssi_combined; in ath10k_dfs_fft_report()
4183 "wmi phyerr ff in ath10k_dfs_fft_report()
4209 ath10k_wmi_event_dfs(struct ath10k * ar,struct wmi_phyerr_ev_arg * phyerr,u64 tsf) ath10k_wmi_event_dfs() argument
4274 ath10k_wmi_event_spectral_scan(struct ath10k * ar,struct wmi_phyerr_ev_arg * phyerr,u64 tsf) ath10k_wmi_event_spectral_scan() argument
4370 const struct wmi_phyerr *phyerr = phyerr_buf; ath10k_wmi_op_pull_phyerr_ev() local
4414 const struct wmi_10_4_phyerr_event *phyerr = phyerr_buf; ath10k_wmi_10_4_op_pull_phyerr_ev() local
4452 const void *phyerr; ath10k_wmi_event_phyerr() local
[all...]
/linux/drivers/net/wireless/ath/ath5k/
H A Dani.h108 enum ath5k_phy_error_code phyerr);
H A Dani.c577 enum ath5k_phy_error_code phyerr) in ath5k_ani_phy_error_report() argument
581 if (phyerr == AR5K_RX_PHY_ERROR_OFDM_TIMING) { in ath5k_ani_phy_error_report()
585 } else if (phyerr == AR5K_RX_PHY_ERROR_CCK_TIMING) { in ath5k_ani_phy_error_report()
/linux/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.c485 unsigned int phyerr; in ath9k_hw_process_rxdesc_edma() local
561 phyerr = MS(rxsp->status11, AR_PHYErrCode); in ath9k_hw_process_rxdesc_edma()
575 if ((phyerr == ATH9K_PHYERR_OFDM_RESTART) && in ath9k_hw_process_rxdesc_edma()
580 rxs->rs_phyerr = phyerr; in ath9k_hw_process_rxdesc_edma()
H A Dmac.c529 u32 phyerr; in ath9k_hw_rxprocdesc() local
607 phyerr = MS(ads.ds_rxstatus8, AR_PHYErrCode); in ath9k_hw_rxprocdesc()
608 rs->rs_phyerr = phyerr; in ath9k_hw_rxprocdesc()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dd11.h911 u16 phyerr; member