/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | qdf_time.h | 253 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 …]
|
D | qdf_pkt_add_timestamp.h | 130 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/ |
D | qdf_time.c | 177 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 …]
|
D | qdf_pkt_add_timestamp.c | 127 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/ |
D | lim_trace.c | 120 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/ |
D | wmi_hang_event.c | 26 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()
|
D | wmi_unified_pmo_api.c | 324 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()
|
D | wmi_unified.c | 239 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/ |
D | wlan_roam_debug.c | 176 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/ |
D | wlan_sm_engine_dbg.c | 50 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/ |
D | sme_trace.c | 181 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/ |
D | wlan_hdd_trace.c | 46 index, record->qtime, record->time, in hdd_trace_dump() 52 index, record->qtime, record->time, in hdd_trace_dump()
|
D | wlan_hdd_tsf.c | 534 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/ |
D | htc_credit_history.c | 30 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/ |
D | wlan_serialization_debug.c | 153 data->time, in wlan_ser_print_all_history() 253 ser_data_info->time = qdf_get_log_timestamp(); in wlan_ser_update_cmd_history()
|
D | wlan_serialization_debug_i.h | 64 uint64_t time; member
|
/wlan-driver/platform/cnss2/ |
D | Kconfig | 40 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/ |
D | wlan_cm_roam_api.c | 3115 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/ |
D | hal_kiwi.c | 1947 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/ |
D | qcn7605_defconfig | 3 # Number of vdevs supported at one time, used for allocating memory
|
/wlan-driver/platform/cnss_prealloc/ |
D | Kconfig | 9 This memory is allocated at the cold boot time.
|
/wlan-driver/qca-wifi-host-cmn/hif/src/ce/ |
D | ce_service.c | 200 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/ |
D | wlan_sm_engine_dbg.h | 87 uint64_t time; member
|
/wlan-driver/qca-wifi-host-cmn/utils/logging/inc/ |
D | wlan_roam_debug.h | 111 uint64_t time; member
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/ |
D | wlan_scan_api.c | 404 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()
|