Lines Matching refs:phyerr

2554 				    const struct wmi_phyerr *phyerr,  in ath10k_dfs_radar_report()  argument
2588 tsf32l = __le32_to_cpu(phyerr->tsf_timestamp); in ath10k_dfs_radar_report()
2593 rssi = phyerr->rssi_combined; in ath10k_dfs_radar_report()
2632 const struct wmi_phyerr *phyerr, in ath10k_dfs_fft_report() argument
2641 rssi = phyerr->rssi_combined; in ath10k_dfs_fft_report()
2670 const struct wmi_phyerr *phyerr, in ath10k_wmi_event_dfs() argument
2679 buf_len = __le32_to_cpu(phyerr->buf_len); in ath10k_wmi_event_dfs()
2682 phyerr->phy_err_code, phyerr->rssi_combined, in ath10k_wmi_event_dfs()
2683 __le32_to_cpu(phyerr->tsf_timestamp), tsf, buf_len); in ath10k_wmi_event_dfs()
2698 tlv = (struct phyerr_tlv *)&phyerr->buf[i]; in ath10k_wmi_event_dfs()
2700 tlv_buf = &phyerr->buf[i + sizeof(*tlv)]; in ath10k_wmi_event_dfs()
2714 ath10k_dfs_radar_report(ar, phyerr, rr, tsf); in ath10k_wmi_event_dfs()
2724 res = ath10k_dfs_fft_report(ar, phyerr, fftr, tsf); in ath10k_wmi_event_dfs()
2735 const struct wmi_phyerr *phyerr, in ath10k_wmi_event_spectral_scan() argument
2744 buf_len = __le32_to_cpu(phyerr->buf_len); in ath10k_wmi_event_spectral_scan()
2753 tlv = (struct phyerr_tlv *)&phyerr->buf[i]; in ath10k_wmi_event_spectral_scan()
2755 tlv_buf = &phyerr->buf[i + sizeof(*tlv)]; in ath10k_wmi_event_spectral_scan()
2773 res = ath10k_spectral_process_fft(ar, phyerr, in ath10k_wmi_event_spectral_scan()
2808 const struct wmi_phyerr *phyerr; in ath10k_wmi_event_phyerr() local
2834 phyerr = arg.phyerrs; in ath10k_wmi_event_phyerr()
2837 if (left_len < sizeof(*phyerr)) { in ath10k_wmi_event_phyerr()
2843 left_len -= sizeof(*phyerr); in ath10k_wmi_event_phyerr()
2845 buf_len = __le32_to_cpu(phyerr->buf_len); in ath10k_wmi_event_phyerr()
2846 phy_err_code = phyerr->phy_err_code; in ath10k_wmi_event_phyerr()
2857 ath10k_wmi_event_dfs(ar, phyerr, tsf); in ath10k_wmi_event_phyerr()
2860 ath10k_wmi_event_spectral_scan(ar, phyerr, tsf); in ath10k_wmi_event_phyerr()
2863 ath10k_wmi_event_dfs(ar, phyerr, tsf); in ath10k_wmi_event_phyerr()
2864 ath10k_wmi_event_spectral_scan(ar, phyerr, tsf); in ath10k_wmi_event_phyerr()
2870 phyerr = (void *)phyerr + sizeof(*phyerr) + buf_len; in ath10k_wmi_event_phyerr()