Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 63) sorted by relevance

123

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
Dqdf_time.h253 uint64_t qdf_log_timestamp_to_usecs(uint64_t time);
263 void qdf_log_timestamp_to_secs(uint64_t time, uint64_t *secs,
476 static inline uint64_t qdf_log_timestamp_to_usecs(uint64_t time) in qdf_log_timestamp_to_usecs() argument
482 if (time * 10 < time) { in qdf_log_timestamp_to_usecs()
483 do_div(time, QDF_LOG_TIMESTAMP_CYCLES_PER_10_US); in qdf_log_timestamp_to_usecs()
484 return time * 10; in qdf_log_timestamp_to_usecs()
487 time = time * 10; in qdf_log_timestamp_to_usecs()
488 do_div(time, QDF_LOG_TIMESTAMP_CYCLES_PER_10_US); in qdf_log_timestamp_to_usecs()
490 return time; in qdf_log_timestamp_to_usecs()
511 static inline uint64_t qdf_log_timestamp_to_usecs(uint64_t time) in qdf_log_timestamp_to_usecs() argument
[all …]
Dqdf_pkt_add_timestamp.h130 uint64_t time);
160 enum qdf_pkt_timestamp_index index, uint64_t time) in qdf_add_dp_pkt_timestamp() argument
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_time.c177 uint64_t qdf_log_timestamp_to_usecs(uint64_t time) in qdf_log_timestamp_to_usecs() argument
183 if (time * 10 < time) { in qdf_log_timestamp_to_usecs()
184 do_div(time, QDF_LOG_TIMESTAMP_CYCLES_PER_10_US); in qdf_log_timestamp_to_usecs()
185 return time * 10; in qdf_log_timestamp_to_usecs()
188 time = time * 10; in qdf_log_timestamp_to_usecs()
189 do_div(time, QDF_LOG_TIMESTAMP_CYCLES_PER_10_US); in qdf_log_timestamp_to_usecs()
191 return time; in qdf_log_timestamp_to_usecs()
196 uint64_t qdf_log_timestamp_to_usecs(uint64_t time) in qdf_log_timestamp_to_usecs() argument
199 return time; in qdf_log_timestamp_to_usecs()
205 void qdf_log_timestamp_to_secs(uint64_t time, uint64_t *secs, in qdf_log_timestamp_to_secs() argument
[all …]
Dqdf_pkt_add_timestamp.c127 enum qdf_pkt_timestamp_index index, uint64_t time, in qdf_add_ts() argument
147 ts_info->sec = time / 1000000; in qdf_add_ts()
148 ts_info->usec = time % 1000000; in qdf_add_ts()
152 enum qdf_pkt_timestamp_index index, uint64_t time) in qdf_add_dp_pkt_timestamp() argument
167 qdf_add_ts(nbuf, offset, index, time, in qdf_add_dp_pkt_timestamp()
185 qdf_add_ts(nbuf, offset, index, time, in qdf_add_dp_pkt_timestamp()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_trace.c120 pRecord->qtime, pRecord->time, pRecord->session, in lim_trace_dump()
128 pRecord->qtime, pRecord->time, pRecord->session, in lim_trace_dump()
136 pRecord->qtime, pRecord->time, pRecord->session, in lim_trace_dump()
148 recIndex, pRecord->qtime, pRecord->time, in lim_trace_dump()
157 recIndex, pRecord->qtime, pRecord->time, in lim_trace_dump()
166 recIndex, pRecord->qtime, pRecord->time, in lim_trace_dump()
173 pRecord->qtime, pRecord->time, pRecord->session, in lim_trace_dump()
179 pRecord->qtime, pRecord->time, pRecord->session, in lim_trace_dump()
186 pRecord->qtime, pRecord->time, pRecord->session, in lim_trace_dump()
195 pRecord->qtime, pRecord->time, pRecord->session, in lim_trace_dump()
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_hang_event.c26 uint64_t time; member
88 qdf_log_timestamp_to_secs(wmi_evt->time, &secs, &usecs); in wmi_log_history()
89 cmd->time = secs; in wmi_log_history()
101 qdf_log_timestamp_to_secs(wmi_cmd->time, &secs, &usecs); in wmi_log_history()
102 cmd->time = secs; in wmi_log_history()
Dwmi_unified_pmo_api.c324 uint32_t cookie, uint32_t time) in wmi_unified_wow_timer_pattern_cmd() argument
328 vdev_id, cookie, time); in wmi_unified_wow_timer_pattern_cmd()
Dwmi_unified.c239 time = qdf_get_log_timestamp(); \
263 time = qdf_get_log_timestamp(); \
290 [*(h->log_info.wmi_event_log_buf_info.p_buf_tail_idx)].time =\
309 time = qdf_get_log_timestamp(); \
352 time = qdf_get_log_timestamp(); \
375 p_buf_tail_idx)].time = \
395 time = qdf_get_log_timestamp(); \
413 time = qdf_get_log_timestamp(); \
742 qdf_log_timestamp_to_secs(cmd_log->time, &secs, &usecs); in wmi_print_cmd_log_buffer()
793 qdf_log_timestamp_to_secs(cmd_log->time, &secs, &usecs); in wmi_dump_last_cmd_rec_info()
[all …]
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
Dwlan_roam_debug.c176 rec->time = qdf_get_log_timestamp(); in wlan_rec_debug_log()
264 idx, dbg_rec->time, delta); in wlan_roam_rec_print()
281 idx, dbg_rec->time, delta, (int8_t)dbg_rec->vdev_id, in wlan_conn_rec_print()
287 idx, dbg_rec->time, delta, (int8_t)dbg_rec->vdev_id, in wlan_conn_rec_print()
332 if (dbg_rec->time == 0) in wlan_rec_debug_dump_table()
339 startt = dbg_rec->time; in wlan_rec_debug_dump_table()
345 delta = (uint32_t) (((dbg_rec->time - startt) >> 8) & in wlan_rec_debug_dump_table()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/sm_engine/src/
Dwlan_sm_engine_dbg.c50 p_memento->time = qdf_get_log_timestamp(); in wlan_sm_save_history()
81 ent->time, i, ent->pid_name, ent->trace_type, in wlan_sm_print_history_entry()
91 ent->time, i, ent->pid_name, ent->trace_type, in wlan_sm_print_history_entry()
141 ent->time, i, ent->pid_name, ent->trace_type, in wlan_sm_print_fs_history_entry()
151 ent->time, i, ent->pid_name, ent->trace_type, in wlan_sm_print_fs_history_entry()
/wlan-driver/qcacld-3.0/core/sme/src/common/
Dsme_trace.c181 rec_index, record->qtime, record->time, in sme_trace_dump()
188 rec_index, record->qtime, record->time, in sme_trace_dump()
195 rec_index, record->qtime, record->time, record->session, in sme_trace_dump()
202 rec_index, record->qtime, record->time, record->session, in sme_trace_dump()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_trace.c46 index, record->qtime, record->time, in hdd_trace_dump()
52 index, record->qtime, record->time, in hdd_trace_dump()
Dwlan_hdd_tsf.c534 hdd_convert_qtime_to_us(uint64_t time) in hdd_convert_qtime_to_us() argument
536 return time; in hdd_convert_qtime_to_us()
541 hdd_convert_qtime_to_us(uint64_t time) in hdd_convert_qtime_to_us() argument
543 return qdf_log_timestamp_to_usecs(time); in hdd_convert_qtime_to_us()
810 tsf_op_resp->time = adapter->tsf.cur_target_time; in hdd_indicate_tsf_internal()
816 tsf_op_resp->time, in hdd_indicate_tsf_internal()
831 tsf_op_resp->time, in hdd_indicate_tsf_internal()
2346 tsf_op_resp->time = adapter->tsf.last_target_time; in __hdd_indicate_tsf()
2363 tsf_op_resp->time = 0; in __hdd_indicate_tsf()
3403 tsf_op_resp.time) || in __wlan_hdd_cfg80211_handle_tsf_cmd()
/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_credit_history.c30 uint64_t time; member
115 htc_credit_history_buffer[g_htc_credit_history_idx].time = in htc_credit_record()
152 qdf_log_timestamp_to_secs(hist->time, &secs, &usecs); in htc_print_credit_history()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/serialization/src/
Dwlan_serialization_debug.c153 data->time, in wlan_ser_print_all_history()
253 ser_data_info->time = qdf_get_log_timestamp(); in wlan_ser_update_cmd_history()
Dwlan_serialization_debug_i.h64 uint64_t time; member
/wlan-driver/platform/cnss2/
DKconfig40 reduce kernel boot time.
114 driver probe for the first time.
117 for the first time to avoid potential subsequent failures during
173 This memory is allocated at the cold boot time.
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/dispatcher/src/
Dwlan_cm_roam_api.c3115 char time[TIME_STRING_LEN]; in cm_roam_stats_print_trigger_info() local
3124 mlme_get_converted_timestamp(data->timestamp, time); in cm_roam_stats_print_trigger_info()
3130 time, vdev_id, buf); in cm_roam_stats_print_trigger_info()
3155 char time[TIME_STRING_LEN]; in cm_roam_stats_print_btm_rsp_info() local
3157 mlme_get_converted_timestamp(data->timestamp, time); in cm_roam_stats_print_btm_rsp_info()
3159 QDF_MAC_ADDR_FMT, time, vdev_id, data->btm_status, in cm_roam_stats_print_btm_rsp_info()
3226 char time[TIME_STRING_LEN]; in cm_roam_stats_process_roam_msg_info() local
3230 mlme_get_converted_timestamp(data->timestamp, time); in cm_roam_stats_process_roam_msg_info()
3232 time, vdev_id, msg_id1_str, data->msg_param1, in cm_roam_stats_process_roam_msg_info()
3254 char time[TIME_STRING_LEN], time2[TIME_STRING_LEN]; in cm_stats_log_roam_scan_candidates() local
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/kiwi/
Dhal_kiwi.c1947 uint64_t hal_fw_qtime_to_usecs(uint64_t time) in hal_fw_qtime_to_usecs() argument
1953 if (time * 10 < time) { in hal_fw_qtime_to_usecs()
1954 time = qdf_do_div(time, FW_QTIME_CYCLES_PER_10_USEC); in hal_fw_qtime_to_usecs()
1955 return time * 10; in hal_fw_qtime_to_usecs()
1958 time = time * 10; in hal_fw_qtime_to_usecs()
1959 time = qdf_do_div(time, FW_QTIME_CYCLES_PER_10_USEC); in hal_fw_qtime_to_usecs()
1961 return time; in hal_fw_qtime_to_usecs()
/wlan-driver/qcacld-3.0/configs/
Dqcn7605_defconfig3 # Number of vdevs supported at one time, used for allocating memory
/wlan-driver/platform/cnss_prealloc/
DKconfig9 This memory is allocated at the cold boot time.
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/
Dce_service.c200 int ce_id, uint64_t time, in hif_record_latest_evt() argument
216 latest_evts[idx].irq_entry_ts = time; in hif_record_latest_evt()
223 latest_evts[idx].bh_entry_ts = time; in hif_record_latest_evt()
229 latest_evts[idx].bh_resched_ts = time; in hif_record_latest_evt()
235 latest_evts[idx].bh_exit_ts = time; in hif_record_latest_evt()
242 latest_evts[idx].bh_work_ts = time; in hif_record_latest_evt()
295 event->time = qdf_get_log_timestamp(); in hif_record_ce_desc_event()
312 hif_record_latest_evt(ce_hist, type, ce_id, event->time, 0, 0); in hif_record_ce_desc_event()
1833 qdf_log_timestamp_to_secs(event->time, &secs, &usecs); in hif_dump_desc_event()
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/sm_engine/inc/
Dwlan_sm_engine_dbg.h87 uint64_t time; member
/wlan-driver/qca-wifi-host-cmn/utils/logging/inc/
Dwlan_roam_debug.h111 uint64_t time; member
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/
Dwlan_scan_api.c404 qdf_time_t time) in wlan_scan_set_aging_time() argument
413 if (!cfg_in_range(CFG_SCAN_AGING_TIME, time / 1000)) { in wlan_scan_set_aging_time()
418 scan_obj->scan_def.scan_cache_aging_time = time; in wlan_scan_set_aging_time()

123