/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_tsf.c | 73 static inline void hdd_update_tsf(struct hdd_adapter *adapter, uint64_t tsf); 90 uint64_t tsf; member 114 qdf_atomic_set(&adapter->tsf.tsf_sync_ready_flag, in hdd_set_th_sync_status() 120 return qdf_atomic_read(&adapter->tsf.tsf_sync_ready_flag) != 0; in hdd_get_th_sync_status() 166 if (!qdf_atomic_read(&hddctx->tsf.tsf_ready_flag) || in hdd_tsf_is_initialized() 345 adapter->tsf.enable_dynamic_tsf_sync = in hdd_update_dynamic_tsf_sync() 372 int count = adapter->tsf.continuous_cap_retry_count; in hdd_wlan_retry_tsf_cap() 379 qdf_atomic_set(&hddctx->tsf.cap_tsf_flag, 0); in hdd_wlan_retry_tsf_cap() 381 adapter->tsf.continuous_cap_retry_count = count; in hdd_wlan_retry_tsf_cap() 389 int count = adapter->tsf.continuous_cap_retry_count; in hdd_wlan_restart_tsf_cap() [all …]
|
/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/inc/ |
H A D | wlan_t2lm_api.h | 261 uint64_t tsf); 282 uint64_t tsf) in wlan_update_t2lm_mapping() argument
|
/wlan-driver/qcacld-3.0/components/umac/mlme/mlo_mgr/src/ |
H A D | wlan_t2lm_api.c | 795 struct wlan_t2lm_context *rx_t2lm, uint64_t tsf) in wlan_update_t2lm_mapping() argument 875 t2lm_ctx->mst_end_tsf = tsf + (rx_t2lm->established_t2lm.t2lm.expected_duration << 10); in wlan_update_t2lm_mapping() 876 t2lm_ctx->mst_start_tsf = tsf; in wlan_update_t2lm_mapping() 896 rx_bcn_tsf_exp_dur = tsf + (rx_t2lm->established_t2lm.t2lm.expected_duration << 10); in wlan_update_t2lm_mapping() 918 mst_start_tsf = tsf; in wlan_update_t2lm_mapping() 950 mst_start_tsf = (tsf & (~WLAN_T2LM_MAPPING_SWITCH_TSF_BITS)) | (mst << 10); in wlan_update_t2lm_mapping()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/ |
H A D | wlan_mlo_t2lm.h | 413 uint64_t tsf; member 745 uint64_t tsf); 882 uint64_t tsf) in wlan_process_bcn_prbrsp_t2lm_ie() argument
|
H A D | wlan_mlo_mgr_public_structs.h | 1547 uint64_t tsf; member
|
/wlan-driver/qcacld-3.0/components/wmi/src/ |
H A D | wmi_unified_coap_tlv.c | 395 buf_node->tsf = tuple->tsf; in coap_extract_buf_info_tlv() 403 i, buf_node->src_ip, buf_node->tsf, buf_node->len); in coap_extract_buf_info_tlv()
|
/wlan-driver/qcacld-3.0/components/coap/dispatcher/inc/ |
H A D | wlan_coap_public_structs.h | 96 uint64_t tsf; member
|
/wlan-driver/wpa_supplicant_8/src/drivers/ |
H A D | driver_nl80211_scan.c |
|
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/ |
H A D | wlan_vdev_mgr_ucfg_api.h | 139 uint64_t tsf; member
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_monitor_rx.c | 814 rx_status->rs_tstamp.tsf = ~0; in htt_rx_restitch_mpdu_from_msdus() 1028 rx_status->rs_tstamp.tsf = in htt_rx_restitch_mpdu_from_msdus() 1031 rx_status->rs_tstamp.tsf = rx_desc->ppdu_end.tsf_timestamp; in htt_rx_restitch_mpdu_from_msdus()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_beacon_frame.c | 88 qdf_mem_copy((uint8_t *)&t2lm_ctx->tsf, (uint8_t *)bcn_ptr->timeStamp, in lim_process_bcn_prb_rsp_t2lm() 90 wlan_update_t2lm_mapping(vdev, &bcn_ptr->t2lm_ctx, t2lm_ctx->tsf); in lim_process_bcn_prb_rsp_t2lm()
|
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/src/ |
H A D | wlan_mlo_t2lm.c | 1345 struct wlan_t2lm_context *rx_t2lm, uint64_t tsf) in wlan_update_mapping_switch_time_expected_dur() argument 1358 tsf_bit25_10 = (tsf & WLAN_T2LM_MAPPING_SWITCH_TSF_BITS) >> 10; in wlan_update_mapping_switch_time_expected_dur() 1433 struct wlan_t2lm_context *rx_t2lm_ie, uint64_t tsf) in wlan_process_bcn_prbrsp_t2lm_ie() argument 1453 vdev, rx_t2lm_ie, tsf); in wlan_process_bcn_prbrsp_t2lm_ie()
|
H A D | utils_mlo.c | 1996 uint64_t tsf; in util_gen_link_reqrsp_cmn() local 2054 qdf_mem_copy(&tsf, frame, WLAN_TIMESTAMP_LEN); in util_gen_link_reqrsp_cmn() 2055 tsf = qdf_le64_to_cpu(tsf); in util_gen_link_reqrsp_cmn() 2466 tsf += tsfoffset * 2; in util_gen_link_reqrsp_cmn() 2468 qdf_mem_copy(link_frame_currpos, &tsf, WLAN_TIMESTAMP_LEN); in util_gen_link_reqrsp_cmn()
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | bss.h |
|
H A D | bss.c |
|
H A D | rrm.c |
|
/wlan-driver/qcacld-3.0/core/dp/ol/inc/ |
H A D | ol_htt_rx_api.h | 101 uint64_t tsf; member
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
H A D | cdp_txrx_mon_struct.h | 247 u_int64_t tsf; member
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_txrx_wds.c | 909 ppdu_hdr->tsf = ts->tsf; in dp_get_completion_indication_for_stack()
|
H A D | dp_tx.c | 5808 buffer_ts = dp_tx_adjust_enqueue_buffer_ts(ts->tsf, 5811 delay = ts->tsf - buffer_ts - delta_tsf; 5824 ts->tid, ts->status, ts->tsf, ts->tsf, 5844 ts->tsf, ts->tsf, ts->buffer_timestamp, 6089 ts->tones_in_ru, ts->tsf, ts->ppdu_id,
|
/wlan-driver/qcacld-3.0/os_if/coap/src/ |
H A D | wlan_cfg80211_coap.c | 417 info->tsf) || in wlan_cfg80211_coap_fill_buf_info()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/ |
H A D | hal_tx.h | 243 uint32_t tsf; member
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/kiwi/ |
H A D | hal_kiwi.c | 1976 uint32_t mac_id, uint64_t *tsf, in hal_get_tsf_time_kiwi() argument 2005 *tsf = global_time + (tsf_offset_low | (tsf_offset_hi << 32)); in hal_get_tsf_time_kiwi() 2013 uint32_t mac_id, uint64_t *tsf, in hal_get_tsf_time_kiwi() argument
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/ |
H A D | dp_li_tx.c | 196 ts.tsf = htt_desc[3]; in dp_tx_process_htt_completion_li()
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/ |
H A D | wlan_scan_public_structs.h | 648 uint64_t tsf; member
|