Searched refs:cur_target_time (Results 1 – 2 of 2) sorted by relevance
667 tsf->cur_target_time = tsf_report->tsf; in wlan_hdd_tsf_reg_process_report()672 hdd_update_tsf(adapter, tsf->cur_target_time); in wlan_hdd_tsf_reg_process_report()763 adapter->tsf.cur_target_time = 0; in hdd_capture_tsf_internal()803 if (adapter->tsf.cur_target_time == 0) { in hdd_indicate_tsf_internal()810 tsf_op_resp->time = adapter->tsf.cur_target_time; in hdd_indicate_tsf_internal()927 tsf->cur_target_time = 0; in hdd_reset_timestamps()954 uint64_t cur_target_time, in hdd_check_timestamp_status() argument961 if (cur_target_time == 0 || cur_sync_time == 0) in hdd_check_timestamp_status()969 if ((cur_target_time <= last_target_time) || in hdd_check_timestamp_status()975 cur_target_time, cur_sync_time); in hdd_check_timestamp_status()[all …]
148 uint64_t cur_target_time; member