Home
last modified time | relevance | path

Searched refs:tsf (Results 1 – 25 of 54) sorted by relevance

123

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_tsf.c73 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 Dwlan_t2lm_api.h261 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 Dwlan_t2lm_api.c795 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 Dwlan_mlo_t2lm.h413 uint64_t tsf; member
745 uint64_t tsf);
882 uint64_t tsf) in wlan_process_bcn_prbrsp_t2lm_ie() argument
H A Dwlan_mlo_mgr_public_structs.h1547 uint64_t tsf; member
/wlan-driver/qcacld-3.0/components/wmi/src/
H A Dwmi_unified_coap_tlv.c395 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 Dwlan_coap_public_structs.h96 uint64_t tsf; member
/wlan-driver/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211_scan.c
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/
H A Dwlan_vdev_mgr_ucfg_api.h139 uint64_t tsf; member
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_monitor_rx.c814 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 Dlim_process_beacon_frame.c88 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 Dwlan_mlo_t2lm.c1345 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 Dutils_mlo.c1996 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 Dbss.h
H A Dbss.c
H A Drrm.c
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_htt_rx_api.h101 uint64_t tsf; member
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_mon_struct.h247 u_int64_t tsf; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_txrx_wds.c909 ppdu_hdr->tsf = ts->tsf; in dp_get_completion_indication_for_stack()
H A Ddp_tx.c5808 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 Dwlan_cfg80211_coap.c417 info->tsf) || in wlan_cfg80211_coap_fill_buf_info()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_tx.h243 uint32_t tsf; member
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/kiwi/
H A Dhal_kiwi.c1976 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 Ddp_li_tx.c196 ts.tsf = htt_desc[3]; in dp_tx_process_htt_completion_li()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
H A Dwlan_scan_public_structs.h648 uint64_t tsf; member

123