Home
last modified time | relevance | path

Searched refs:get_tsf64 (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
Dtarget_if_spectral.h780 uint64_t (*get_tsf64)(void *arg); member
Dtarget_if_spectral.c2606 p_sops->get_tsf64 = target_if_spectral_get_tsf64; in target_if_init_spectral_ops_common()
2963 p_sops->get_tsf64 = null_get_tsf64; in target_if_spectral_init_dummy_function_table()
3020 p_sops->get_tsf64(spectral); in target_if_spectral_clear_stats()
Dtarget_if_spectral_phyerr.c1869 tstamp = p_sops->get_tsf64(spectral) & SPECTRAL_TSMASK; in target_if_process_phyerr_gen2()