Home
last modified time | relevance | path

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

12

/wlan-driver/qcacld-3.0/core/hdd/src/
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/
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/
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/
Dwlan_mlo_t2lm.h413 uint64_t tsf; member
745 uint64_t tsf);
882 uint64_t tsf) in wlan_process_bcn_prbrsp_t2lm_ie() argument
Dwlan_mlo_mgr_public_structs.h1547 uint64_t tsf; member
/wlan-driver/qcacld-3.0/components/wmi/src/
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/
Dwlan_coap_public_structs.h96 uint64_t tsf; member
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/inc/
Dwlan_vdev_mgr_ucfg_api.h139 uint64_t tsf; member
/wlan-driver/qcacld-3.0/core/dp/htt/
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/
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/
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()
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/qca-wifi-host-cmn/dp/inc/
Dcdp_txrx_mon_struct.h247 u_int64_t tsf; member
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
Dol_htt_rx_api.h101 uint64_t tsf; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_txrx_wds.c909 ppdu_hdr->tsf = ts->tsf; in dp_get_completion_indication_for_stack()
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/
Dwlan_cfg80211_coap.c417 info->tsf) || in wlan_cfg80211_coap_fill_buf_info()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_tx.h243 uint32_t tsf; member
Dhal_rx.h3227 uint32_t mac_id, uint64_t *tsf, in hal_get_tsf_time() argument
3234 tsf, tsf_sync_soc_time); in hal_get_tsf_time()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/kiwi/
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/
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/
Dwlan_scan_public_structs.h648 uint64_t tsf; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be_tx.c370 ts.tsf = htt_desc[4]; in dp_tx_process_htt_completion_be()
1804 msdu_compl_tsf_tstamp_us = ts->tsf; in dp_mlo_compute_hw_delay_us()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/vdev_mgr/dispatcher/src/
Dwlan_vdev_mgr_utils_api.c262 mlme_proto->generic.tsfadjust = mlme_cfg.tsf; in wlan_util_vdev_mlme_set_param()
/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_main.h1367 struct hdd_vdev_tsf tsf; member
2212 struct hdd_ctx_tsf tsf; member

12