Lines Matching refs:tsf
3400 u64 tsf) in ath10k_dfs_radar_report() argument
3443 tsf64 = tsf & (~0xFFFFFFFFULL); in ath10k_dfs_radar_report()
3489 u64 tsf) in ath10k_dfs_fft_report() argument
3526 u64 tsf) in ath10k_wmi_event_dfs() argument
3538 phyerr->tsf_timestamp, tsf, buf_len); in ath10k_wmi_event_dfs()
3569 ath10k_dfs_radar_report(ar, phyerr, rr, tsf); in ath10k_wmi_event_dfs()
3579 res = ath10k_dfs_fft_report(ar, phyerr, fftr, tsf); in ath10k_wmi_event_dfs()
3591 u64 tsf) in ath10k_wmi_event_spectral_scan() argument
3630 tsf); in ath10k_wmi_event_spectral_scan()
3770 u64 tsf; in ath10k_wmi_event_phyerr() local
3786 tsf = hdr_arg.tsf_u32; in ath10k_wmi_event_phyerr()
3787 tsf <<= 32; in ath10k_wmi_event_phyerr()
3788 tsf |= hdr_arg.tsf_l32; in ath10k_wmi_event_phyerr()
3792 count, tsf); in ath10k_wmi_event_phyerr()
3816 ath10k_wmi_event_dfs(ar, &phyerr_arg, tsf); in ath10k_wmi_event_phyerr()
3819 ath10k_wmi_event_spectral_scan(ar, &phyerr_arg, tsf); in ath10k_wmi_event_phyerr()
3822 ath10k_wmi_event_dfs(ar, &phyerr_arg, tsf); in ath10k_wmi_event_phyerr()
3823 ath10k_wmi_event_spectral_scan(ar, &phyerr_arg, tsf); in ath10k_wmi_event_phyerr()