Home
last modified time | relevance | path

Searched refs:tsf64 (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/dfs/dispatcher/src/
Dwlan_dfs_lmac_api.c53 uint64_t tsf64 = 0; in lmac_get_tsf64() local
60 return tsf64; in lmac_get_tsf64()
66 dfs_tx_ops->dfs_gettsf64(pdev, &tsf64); in lmac_get_tsf64()
68 return tsf64; in lmac_get_tsf64()
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
Dtarget_if_spectral.h306 uint64_t tsf64; member
405 uint64_t tsf64; member
816 uint64_t tsf64,
1385 uint64_t tsf64; member
1743 uint64_t tsf64,
2179 uint64_t tsf64, in target_if_spectral_process_phyerr() argument
2198 tsf64, acs_stats); in target_if_spectral_process_phyerr()
Dtarget_if_spectral_phyerr.c1453 params->timestamp = (phyerr_info->tsf64 & SPECTRAL_TSMASK); in target_if_spectral_populate_samp_params_gen2()
1488 uint64_t tsf64, in target_if_process_phyerr_gen2() argument
1631 phyerr_info->tsf64 = tsf64; in target_if_process_phyerr_gen2()
1707 phyerr_info->tsf64 = tsf64; in target_if_process_phyerr_gen2()
1749 uint64_t tsf64, in target_if_process_phyerr_gen2() argument
1962 params.tstamp = (tsf64 & SPECTRAL_TSMASK); in target_if_process_phyerr_gen2()
Dtarget_if_spectral.c1531 return spectral->tsf64; in target_if_spectral_get_tsf64()
2933 uint64_t tsf64, in null_spectral_process_phyerr() argument
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_rx.c1208 uint64_t tsf64, tsf64_ns; in ol_rx_timestamp() local
1219 tsf64 = (uint64_t)tsf64_high32 << 32 | tsf64_low32; in ol_rx_timestamp()
1220 if (tsf64 * NSEC_PER_USEC < tsf64) in ol_rx_timestamp()
1223 tsf64_ns = tsf64 * NSEC_PER_USEC; in ol_rx_timestamp()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
Dwlan_lmac_if_def.h1268 uint64_t *tsf64);
/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_main.c2867 phyerr.tsf64, in spectral_phyerr_event_handler()
3038 phyerr.tsf64); in wma_unified_phyerr_rx_event_handler()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_param.h7931 uint64_t tsf64; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c18503 phyerr->tsf64 = pe_hdr->tsf_l32; in extract_comb_phyerr_tlv()
18504 phyerr->tsf64 |= (((uint64_t)pe_hdr->tsf_u32) << 32); in extract_comb_phyerr_tlv()