Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 25 of 56) sorted by relevance

123

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_qdf_time.h374 struct timespec64 ts; in __qdf_get_log_timestamp() local
376 ktime_get_ts64(&ts); in __qdf_get_log_timestamp()
378 return ((uint64_t)ts.tv_sec * 1000000) + (ts.tv_nsec / 1000); in __qdf_get_log_timestamp()
383 struct timespec ts; in __qdf_get_log_timestamp() local
385 ktime_get_ts(&ts); in __qdf_get_log_timestamp()
387 return ((uint64_t) ts.tv_sec * 1000000) + (ts.tv_nsec / 1000); in __qdf_get_log_timestamp()
498 static inline void __qdf_time_ktime_get_real_time(__qdf_timespec_t *ts) in __qdf_time_ktime_get_real_time() argument
500 ktime_get_real_ts64(ts); in __qdf_time_ktime_get_real_time()
503 static inline void __qdf_time_ktime_get_real_time(__qdf_timespec_t *ts) in __qdf_time_ktime_get_real_time() argument
505 do_gettimeofday(ts); in __qdf_time_ktime_get_real_time()
Dqdf_time.c216 uint64_t ts; in qdf_usecs_to_log_timestamp() local
218 ts = (usecs * QDF_LOG_TIMESTAMP_CYCLES_PER_10_US); in qdf_usecs_to_log_timestamp()
220 do_div(ts, 10ul); in qdf_usecs_to_log_timestamp()
221 return ts; in qdf_usecs_to_log_timestamp()
247 void qdf_time_ktime_get_real_time(qdf_timespec_t *ts) in qdf_time_ktime_get_real_time() argument
249 return __qdf_time_ktime_get_real_time(ts); in qdf_time_ktime_get_real_time()
Dqdf_pkt_add_timestamp.c130 struct ts *ts_ptr; in qdf_add_ts()
141 if (qdf_nbuf_len(nbuf) < total_offset + sizeof(struct ts)) in qdf_add_ts()
144 ts_ptr = (struct ts *)(qdf_nbuf_data(nbuf) + total_offset); in qdf_add_ts()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
Ddp_li_tx.c99 struct hal_tx_completion_status ts = {0}; in dp_tx_process_htt_completion_li() local
171 ts.peer_id = in dp_tx_process_htt_completion_li()
174 ts.tid = in dp_tx_process_htt_completion_li()
178 ts.peer_id = HTT_INVALID_PEER; in dp_tx_process_htt_completion_li()
179 ts.tid = HTT_INVALID_TID; in dp_tx_process_htt_completion_li()
181 ts.release_src = HAL_TX_COMP_RELEASE_SOURCE_FW; in dp_tx_process_htt_completion_li()
182 ts.ppdu_id = in dp_tx_process_htt_completion_li()
185 ts.ack_frame_rssi = in dp_tx_process_htt_completion_li()
192 ts.transmit_cnt = in dp_tx_process_htt_completion_li()
196 ts.tsf = htt_desc[3]; in dp_tx_process_htt_completion_li()
[all …]
Ddp_li_tx.h111 struct hal_tx_completion_status *ts,
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_tx.c192 entry->ts = qdf_get_log_timestamp(); in dp_tx_desc_history_add()
2505 struct hal_tx_completion_status *ts, in dp_tx_latency_stats_update() argument
2521 status = dp_tx_compute_hw_delay_us(ts, vdev->delta_tsf, &hw_latency); in dp_tx_latency_stats_update()
3010 struct hal_tx_completion_status *ts, in dp_tx_latency_stats_update() argument
4722 struct hal_tx_completion_status *ts) argument
4739 struct hal_tx_completion_status *ts) argument
4750 struct hal_tx_completion_status *ts, argument
4754 ts, tid);
4772 struct hal_tx_completion_status *ts, argument
4789 struct hal_tx_completion_status *ts, argument
[all …]
Ddp_umac_reset.c503 umac_reset_ctx->ts.trigger_start = in dp_umac_reset_rx_event_handler()
516 umac_reset_ctx->ts.pre_reset_start = in dp_umac_reset_rx_event_handler()
528 umac_reset_ctx->ts.post_reset_start = in dp_umac_reset_rx_event_handler()
540 umac_reset_ctx->ts.post_reset_complete_start = in dp_umac_reset_rx_event_handler()
720 umac_reset_ctx->ts.trigger_done = qdf_get_log_timestamp_usecs(); in dp_umac_reset_post_tx_cmd_via_shmem()
727 umac_reset_ctx->ts.pre_reset_done = in dp_umac_reset_post_tx_cmd_via_shmem()
735 umac_reset_ctx->ts.post_reset_done = in dp_umac_reset_post_tx_cmd_via_shmem()
743 umac_reset_ctx->ts.post_reset_complete_done = in dp_umac_reset_post_tx_cmd_via_shmem()
1025 umac_reset_ctx->ts.trigger_done - in dp_umac_reset_stats_print()
1026 umac_reset_ctx->ts.trigger_start, in dp_umac_reset_stats_print()
[all …]
Ddp_txrx_wds.c846 struct hal_tx_completion_status *ts, in dp_get_completion_indication_for_stack() argument
851 uint16_t peer_id = ts->peer_id; in dp_get_completion_indication_for_stack()
852 uint32_t ppdu_id = ts->ppdu_id; in dp_get_completion_indication_for_stack()
853 uint8_t first_msdu = ts->first_msdu; in dp_get_completion_indication_for_stack()
854 uint8_t last_msdu = ts->last_msdu; in dp_get_completion_indication_for_stack()
909 ppdu_hdr->tsf = ts->tsf; in dp_get_completion_indication_for_stack()
Ddp_tx.h353 struct hal_tx_completion_status *ts,
368 struct hal_tx_completion_status *ts,
1310 struct hal_tx_completion_status *ts,
1336 struct hal_tx_completion_status *ts, in dp_get_completion_indication_for_stack() argument
1363 struct hal_tx_completion_status *ts);
1368 struct hal_tx_completion_status *ts) in dp_send_completion_to_pkt_capture() argument
1553 dp_tx_compute_hw_delay_us(struct hal_tx_completion_status *ts,
Ddp_umac_reset.h229 struct reset_ts ts; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be_tx.c270 struct hal_tx_completion_status ts = {0}; in dp_tx_process_htt_completion_be() local
344 ts.peer_id = in dp_tx_process_htt_completion_be()
347 ts.tid = in dp_tx_process_htt_completion_be()
351 ts.peer_id = HTT_INVALID_PEER; in dp_tx_process_htt_completion_be()
352 ts.tid = HTT_INVALID_TID; in dp_tx_process_htt_completion_be()
354 ts.release_src = HAL_TX_COMP_RELEASE_SOURCE_FW; in dp_tx_process_htt_completion_be()
355 ts.ppdu_id = in dp_tx_process_htt_completion_be()
358 ts.ack_frame_rssi = in dp_tx_process_htt_completion_be()
366 ts.transmit_cnt = in dp_tx_process_htt_completion_be()
370 ts.tsf = htt_desc[4]; in dp_tx_process_htt_completion_be()
[all …]
Ddp_be_tx.h352 struct hal_tx_completion_status *ts,
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
Dhal_rh_generic_api.h2354 struct hal_tx_completion_status *ts) in hal_tx_comp_get_buffer_timestamp_rh() argument
2358 ts->buffer_timestamp = in hal_tx_comp_get_buffer_timestamp_rh()
2364 struct hal_tx_completion_status *ts) in hal_tx_comp_get_buffer_timestamp_rh() argument
2397 struct hal_tx_completion_status *ts = in hal_tx_comp_get_status_generic_rh() local
2403 ts->release_src = HAL_TX_COMP_RELEASE_SOURCE_FW; in hal_tx_comp_get_status_generic_rh()
2405 ts->release_src = HAL_TX_COMP_RELEASE_SOURCE_TQM; in hal_tx_comp_get_status_generic_rh()
2408 ts->peer_id = HTT_TX_MSDU_INFO_SW_PEER_ID_GET(*(msg_word + 2)); in hal_tx_comp_get_status_generic_rh()
2409 ts->tid = HTT_TX_MSDU_INFO_TID_GET(*(msg_word + 2)); in hal_tx_comp_get_status_generic_rh()
2411 ts->peer_id = HTT_INVALID_PEER; in hal_tx_comp_get_status_generic_rh()
2412 ts->tid = HTT_INVALID_TID; in hal_tx_comp_get_status_generic_rh()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
Dhal_li_generic_api.h77 struct hal_tx_completion_status *ts) in hal_tx_comp_get_buffer_timestamp_li() argument
79 ts->buffer_timestamp = HAL_TX_DESC_GET(desc, WBM_RELEASE_RING_4, in hal_tx_comp_get_buffer_timestamp_li()
85 struct hal_tx_completion_status *ts) in hal_tx_comp_get_buffer_timestamp_li() argument
221 struct hal_tx_completion_status *ts = in hal_tx_comp_get_status_generic_li() local
224 ts->ppdu_id = HAL_TX_DESC_GET(desc, WBM_RELEASE_RING_3, in hal_tx_comp_get_status_generic_li()
226 ts->ack_frame_rssi = HAL_TX_DESC_GET(desc, WBM_RELEASE_RING_4, in hal_tx_comp_get_status_generic_li()
228 ts->first_msdu = HAL_TX_DESC_GET(desc, WBM_RELEASE_RING_4, FIRST_MSDU); in hal_tx_comp_get_status_generic_li()
229 ts->last_msdu = HAL_TX_DESC_GET(desc, WBM_RELEASE_RING_4, LAST_MSDU); in hal_tx_comp_get_status_generic_li()
230 ts->msdu_part_of_amsdu = HAL_TX_DESC_GET(desc, WBM_RELEASE_RING_4, in hal_tx_comp_get_status_generic_li()
233 ts->peer_id = HAL_TX_DESC_GET(desc, WBM_RELEASE_RING_7, SW_PEER_ID); in hal_tx_comp_get_status_generic_li()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_generic_api.h50 struct hal_tx_completion_status *ts) in hal_tx_comp_get_buffer_timestamp_be() argument
52 ts->buffer_timestamp = HAL_TX_DESC_GET(desc, WBM2SW_COMPLETION_RING_TX, in hal_tx_comp_get_buffer_timestamp_be()
58 struct hal_tx_completion_status *ts) in hal_tx_comp_get_buffer_timestamp_be() argument
80 struct hal_tx_completion_status *ts = in hal_tx_comp_get_status_generic_be() local
83 ts->ppdu_id = HAL_TX_DESC_GET(desc, WBM2SW_COMPLETION_RING_TX, in hal_tx_comp_get_status_generic_be()
85 ts->ack_frame_rssi = HAL_TX_DESC_GET(desc, WBM2SW_COMPLETION_RING_TX, in hal_tx_comp_get_status_generic_be()
87 ts->first_msdu = HAL_TX_DESC_GET(desc, WBM2SW_COMPLETION_RING_TX, in hal_tx_comp_get_status_generic_be()
89 ts->last_msdu = HAL_TX_DESC_GET(desc, WBM2SW_COMPLETION_RING_TX, in hal_tx_comp_get_status_generic_be()
93 ts->msdu_part_of_amsdu = HAL_TX_DESC_GET(desc, in hal_tx_comp_get_status_generic_be()
98 ts->peer_id = HAL_TX_DESC_GET(desc, WBM2SW_COMPLETION_RING_TX, in hal_tx_comp_get_status_generic_be()
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_time.h307 void qdf_time_ktime_get_real_time(qdf_timespec_t *ts);
561 static inline void qdf_time_ktime_get_real_time(qdf_timespec_t *ts) in qdf_time_ktime_get_real_time() argument
563 return __qdf_time_ktime_get_real_time(ts); in qdf_time_ktime_get_real_time()
Di_qdf_nbuf_api_m.h313 qdf_time_t ts = __qdf_nbuf_get_tx_ts(buf); in qdf_nbuf_get_tx_ts() local
317 return ts; in qdf_nbuf_get_tx_ts()
Dqdf_pkt_add_timestamp.h71 struct ts { struct
/wlan-driver/platform/cnss2/
Dmain.h665 struct timespec64 ts; in cnss_get_host_timestamp() local
667 ktime_get_ts64(&ts); in cnss_get_host_timestamp()
669 return (ts.tv_sec * 1000000) + (ts.tv_nsec / 1000); in cnss_get_host_timestamp()
/wlan-driver/qcacld-3.0/core/pld/src/
Dpld_snoc.h202 uint64_t *ts) in pld_snoc_get_audio_wlan_timestamp() argument
279 uint64_t *ts) in pld_snoc_get_audio_wlan_timestamp() argument
/wlan-driver/qca-wifi-host-cmn/umac/mlme/include/
Dwlan_psoc_mlme.h134 qdf_time_t ts; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
Ddp_rh_tx.h140 struct hal_tx_completion_status *ts,
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_ext_scan.c265 if (hdd_wlan_nla_put_u64(skb, PARAM_TIME_STAMP, ap->ts) || in hdd_extscan_nl_fill_bss()
356 ((sizeof(ap->ts) + NLA_HDRLEN) + \ in wlan_hdd_cfg80211_extscan_cached_results_ind()
418 ap->ts += hdd_ctx->ext_scan_start_since_boot; in wlan_hdd_cfg80211_extscan_cached_results_ind()
420 ap->ts, in wlan_hdd_cfg80211_extscan_cached_results_ind()
566 data->ap[i].ts = qdf_get_monotonic_boottime(); in wlan_hdd_cfg80211_extscan_hotlist_match_ind()
568 i, data->ap[i].ts, in wlan_hdd_cfg80211_extscan_hotlist_match_ind()
602 data->ap[i].ts) || in wlan_hdd_cfg80211_extscan_hotlist_match_ind()
821 data->ap.ts = qdf_get_monotonic_boottime(); in wlan_hdd_cfg80211_extscan_full_scan_result_event()
825 data->ap.ts, in wlan_hdd_cfg80211_extscan_full_scan_result_event()
837 data->ap.ts) || in wlan_hdd_cfg80211_extscan_full_scan_result_event()
[all …]
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
Dwlan_logging_sock_svc.c349 static int wlan_add_user_log_time_stamp(char *tbuf, size_t tbuf_sz, uint64_t ts) in wlan_add_user_log_time_stamp() argument
356 current_process_name(), (unsigned long long)ts, in wlan_add_user_log_time_stamp()
424 uint64_t ts; in wlan_log_to_user() local
427 ts = qdf_get_log_timestamp(); in wlan_log_to_user()
428 tlen = wlan_add_user_log_time_stamp(tbuf, sizeof(tbuf), ts); in wlan_log_to_user()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_tx.h843 static inline void hal_tx_comp_get_status(void *desc, void *ts, in hal_tx_comp_get_status() argument
848 hal_soc->ops->hal_tx_comp_get_status(desc, ts, hal_soc); in hal_tx_comp_get_status()

123