Home
last modified time | relevance | path

Searched refs:record (Results 1 – 25 of 33) sorted by relevance

12

/wlan-driver/wpa_supplicant_8/src/wps/
H A Dndef.c
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_trace.c175 static void sme_trace_dump(void *mac_ctx, tp_qdf_trace_record record, in sme_trace_dump() argument
178 switch (record->code) { in sme_trace_dump()
181 rec_index, record->qtime, record->time, in sme_trace_dump()
182 record->session, "SME COMMAND:", in sme_trace_dump()
183 sme_trace_get_command_string(record->data), in sme_trace_dump()
184 record->data); in sme_trace_dump()
188 rec_index, record->qtime, record->time, in sme_trace_dump()
189 record->session, "TX WMA Msg:", in sme_trace_dump()
190 mac_trace_get_wma_msg_string((uint16_t)record->data), in sme_trace_dump()
191 record->data); in sme_trace_dump()
[all …]
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_trace.c42 hdd_trace_dump(void *mac, tp_qdf_trace_record record, uint16_t index) in hdd_trace_dump() argument
44 if (TRACE_CODE_HDD_RX_SME_MSG == record->code) in hdd_trace_dump()
46 index, record->qtime, record->time, in hdd_trace_dump()
47 record->session, "RX SME MSG:", in hdd_trace_dump()
48 get_e_roam_cmd_status_str(record->data), in hdd_trace_dump()
49 record->data); in hdd_trace_dump()
52 index, record->qtime, record->time, in hdd_trace_dump()
53 record->session, "HDD Event:", in hdd_trace_dump()
54 hdd_trace_event_string(record->code), in hdd_trace_dump()
55 record->data); in hdd_trace_dump()
/wlan-driver/qcacld-3.0/core/dp/txrx/
H A Dol_tx_queue.c1147 struct ol_tx_log_queue_state_var_sz_t *record; in ol_tx_queue_log_entry_type_info() local
1152 record = (struct ol_tx_log_queue_state_var_sz_t *) in ol_tx_queue_log_entry_type_info()
1154 *size += record->num_cats_active * in ol_tx_queue_log_entry_type_info()
1323 struct ol_tx_log_queue_add_t record; in ol_tx_queue_log_record_display() local
1325 qdf_mem_copy(&record, in ol_tx_queue_log_record_display()
1330 if (record.peer_id != 0xffff) { in ol_tx_queue_log_record_display()
1332 record.peer_id); in ol_tx_queue_log_record_display()
1337 record.num_frms, record.num_bytes, in ol_tx_queue_log_record_display()
1338 record.tid, in ol_tx_queue_log_record_display()
1339 record.peer_id, in ol_tx_queue_log_record_display()
[all …]
/wlan-driver/qca-wifi-host-cmn/hif/src/sdio/transfer/
H A Dtransfer.c378 HTC_RECORD_HDR *record; in hif_dev_process_trailer() local
393 record = (HTC_RECORD_HDR *)buffer; in hif_dev_process_trailer()
397 if (record->Length > length) { in hif_dev_process_trailer()
400 record->Length, in hif_dev_process_trailer()
401 record->RecordID); in hif_dev_process_trailer()
409 switch (record->RecordID) { in hif_dev_process_trailer()
414 A_ASSERT(record->Length >= sizeof(*look_ahead)); in hif_dev_process_trailer()
447 A_ASSERT(record->Length >= in hif_dev_process_trailer()
449 if ((record->Length >= in hif_dev_process_trailer()
461 record->Length, in hif_dev_process_trailer()
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_trace.c572 static void qdf_dp_unused(struct qdf_dp_trace_record_s *record, in qdf_dp_unused() argument
1139 struct qdf_dp_trace_record_s *record) in qdf_dp_trace_fill_meta_str() argument
1147 scnprintf(buffer, sizeof(buffer), "%llu", record->time); in qdf_dp_trace_fill_meta_str()
1152 record->pdev_id, in qdf_dp_trace_fill_meta_str()
1154 qdf_dp_code_to_string(record->code)); in qdf_dp_trace_fill_meta_str()
2117 void qdf_dp_display_mgmt_pkt(struct qdf_dp_trace_record_s *record, in qdf_dp_display_mgmt_pkt() argument
2123 (struct qdf_dp_trace_mgmt_buf *)record->data; in qdf_dp_display_mgmt_pkt()
2127 index, info, record); in qdf_dp_display_mgmt_pkt()
2161 struct qdf_dp_trace_record_s *record, in qdf_dpt_display_credit_record_debugfs() argument
2167 (struct qdf_dp_trace_credit_record *)record->data; in qdf_dpt_display_credit_record_debugfs()
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/1.0/
H A Ddp_rx_mon_status_1.0.c352 struct dp_mon_stat_info_record *record; in dp_rx_mon_status_ring_record_entry() local
363 record = &soc->mon_status_ring_history->entry[idx]; in dp_rx_mon_status_ring_record_entry()
365 record->timestamp = qdf_get_log_timestamp(); in dp_rx_mon_status_ring_record_entry()
366 record->event = event; in dp_rx_mon_status_ring_record_entry()
374 record->hbi.paddr = hbi.paddr; in dp_rx_mon_status_ring_record_entry()
375 record->hbi.sw_cookie = hbi.sw_cookie; in dp_rx_mon_status_ring_record_entry()
376 record->hbi.rbm = hbi.rbm; in dp_rx_mon_status_ring_record_entry()
377 record->rx_desc = rx_desc; in dp_rx_mon_status_ring_record_entry()
379 record->nbuf = rx_desc->nbuf; in dp_rx_mon_status_ring_record_entry()
380 record->rx_desc_nbuf_data = qdf_nbuf_data(rx_desc->nbuf); in dp_rx_mon_status_ring_record_entry()
[all …]
/wlan-driver/wpa_supplicant_8/wpa_supplicant/examples/
H A Dp2p-nfc.py
H A Ddpp-nfc.py
H A Dwps-nfc.py
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_reo.c49 struct reo_cmd_event_record *record = cmd_event_history->cmd_record; in dp_reo_cmd_srng_event_record() local
55 record[record_index].cmd_type = type; in dp_reo_cmd_srng_event_record()
56 record[record_index].cmd_return_status = post_status; in dp_reo_cmd_srng_event_record()
57 record[record_index].timestamp = qdf_get_log_timestamp(); in dp_reo_cmd_srng_event_record()
H A Ddp_rx.c175 struct dp_buf_info_record *record; in dp_rx_ring_record_entry() local
192 record = &soc->rx_ring_history[ring_num]->entry[idx]; in dp_rx_ring_record_entry()
194 record->timestamp = qdf_get_log_timestamp(); in dp_rx_ring_record_entry()
195 record->hbi.paddr = hbi.paddr; in dp_rx_ring_record_entry()
196 record->hbi.sw_cookie = hbi.sw_cookie; in dp_rx_ring_record_entry()
197 record->hbi.rbm = hbi.rbm; in dp_rx_ring_record_entry()
292 struct dp_refill_info_record *record; in dp_rx_refill_ring_record_entry() local
305 record = &soc->rx_refill_ring_history[ring_num]->entry[idx]; in dp_rx_refill_ring_record_entry()
308 record->timestamp = qdf_get_log_timestamp(); in dp_rx_refill_ring_record_entry()
309 record->num_req = num_req; in dp_rx_refill_ring_record_entry()
[all …]
H A Ddp_rx_defrag.c1179 struct dp_buf_info_record *record; in dp_rx_reinject_ring_record_entry() local
1189 record = &soc->rx_reinject_ring_history->entry[idx]; in dp_rx_reinject_ring_record_entry()
1191 record->timestamp = qdf_get_log_timestamp(); in dp_rx_reinject_ring_record_entry()
1192 record->hbi.paddr = paddr; in dp_rx_reinject_ring_record_entry()
1193 record->hbi.sw_cookie = sw_cookie; in dp_rx_reinject_ring_record_entry()
1194 record->hbi.rbm = rbm; in dp_rx_reinject_ring_record_entry()
H A Ddp_rx_err.c1819 struct dp_buf_info_record *record; in dp_rx_err_ring_record_entry() local
1829 record = &soc->rx_err_ring_history->entry[idx]; in dp_rx_err_ring_record_entry()
1831 record->timestamp = qdf_get_log_timestamp(); in dp_rx_err_ring_record_entry()
1832 record->hbi.paddr = paddr; in dp_rx_err_ring_record_entry()
1833 record->hbi.sw_cookie = sw_cookie; in dp_rx_err_ring_record_entry()
1834 record->hbi.rbm = rbm; in dp_rx_err_ring_record_entry()
H A Ddp_ipa.c105 struct dp_ipa_reo_remap_record *record = &dp_ipa_reo_remap_history[idx]; in dp_ipa_reo_remap_history_add() local
107 record->timestamp = qdf_get_log_timestamp(); in dp_ipa_reo_remap_history_add()
108 record->ix0_reg = ix0_val; in dp_ipa_reo_remap_history_add()
109 record->ix2_reg = ix2_val; in dp_ipa_reo_remap_history_add()
110 record->ix3_reg = ix3_val; in dp_ipa_reo_remap_history_add()
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt_fw_stats.c846 struct ol_fw_tx_dbg_ppdu_base *record, in htt_t2h_tx_ppdu_log_print() argument
854 record_size = sizeof(*record); in htt_t2h_tx_ppdu_log_print()
896 uint32_t *msg_word = (uint32_t *) record; in htt_t2h_tx_ppdu_log_print()
916 HTT_TICK_TO_USEC(record->timestamp_enqueue, in htt_t2h_tx_ppdu_log_print()
919 HTT_TICK_TO_USEC(record->timestamp_completion, in htt_t2h_tx_ppdu_log_print()
965 record->num_bytes); in htt_t2h_tx_ppdu_log_print()
985 p8 = (uint8_t *) record; in htt_t2h_tx_ppdu_log_print()
1039 record = (struct ol_fw_tx_dbg_ppdu_base *) in htt_t2h_tx_ppdu_log_print()
1040 (((uint8_t *) record) + record_size); in htt_t2h_tx_ppdu_log_print()
1237 struct ol_fw_tx_dbg_ppdu_base *record; in htt_t2h_stats_print() local
[all …]
/wlan-driver/wpa_supplicant_8/hostapd/
H A Dwps-ap-nfc.py
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_trace.h1076 void qdf_dp_display_record(struct qdf_dp_trace_record_s *record,
1089 void qdf_dp_display_ptr_record(struct qdf_dp_trace_record_s *record,
1102 void qdf_dp_display_proto_pkt(struct qdf_dp_trace_record_s *record,
1115 qdf_dp_display_data_pkt_record(struct qdf_dp_trace_record_s *record,
1288 void qdf_dp_display_mgmt_pkt(struct qdf_dp_trace_record_s *record,
1298 void qdf_dp_display_credit_record(struct qdf_dp_trace_record_s *record,
1311 void qdf_dp_display_event_record(struct qdf_dp_trace_record_s *record,
/wlan-driver/qca-wifi-host-cmn/hif/src/
H A Dhif_exec.c163 struct hif_event_record *record; in hif_hist_record_event() local
184 record = &hist_ev->event[record_index]; in hif_hist_record_event()
191 record->hal_ring_id = event->hal_ring_id; in hif_hist_record_event()
192 record->hp = event->hp; in hif_hist_record_event()
193 record->tp = event->tp; in hif_hist_record_event()
194 record->cpu_id = qdf_get_cpu(); in hif_hist_record_event()
195 record->timestamp = hif_get_log_timestamp(); in hif_hist_record_event()
196 record->type = event->type; in hif_hist_record_event()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_srng.c88 struct hal_reg_write_fail_entry *record; in hal_reg_wr_fail_history_add() local
94 record = &hal_soc->reg_wr_fail_hist->record[idx]; in hal_reg_wr_fail_history_add()
96 record->timestamp = qdf_get_log_timestamp(); in hal_reg_wr_fail_history_add()
97 record->reg_offset = offset; in hal_reg_wr_fail_history_add()
98 record->write_val = wr_val; in hal_reg_wr_fail_history_add()
99 record->read_val = rd_val; in hal_reg_wr_fail_history_add()
1130 &hal_suspend_write_event.record[index]; in hal_event_suspend_record()
H A Dhal_internal.h1527 struct hal_reg_write_fail_entry record[HAL_REG_WRITE_HIST_SIZE]; member
1557 struct hal_suspend_write_record record[HAL_SUSPEND_WRITE_HISTORY_MAX]; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/
H A Ddp_rh_rx.c295 struct dp_buf_info_record *record; in dp_rx_ring_record_entry_rh() local
305 record = &soc->rx_ring_history[ring_num]->entry[idx]; in dp_rx_ring_record_entry_rh()
307 record->timestamp = qdf_get_log_timestamp(); in dp_rx_ring_record_entry_rh()
308 record->hbi.paddr = in dp_rx_ring_record_entry_rh()
311 record->hbi.sw_cookie = in dp_rx_ring_record_entry_rh()
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_fisa_rx.c301 struct dp_ft_lock_record *record; in dp_rx_fisa_record_ft_lock_event() local
311 record = &lock_hist->ft_lock_rec[record_idx]; in dp_rx_fisa_record_ft_lock_event()
313 record->func = func; in dp_rx_fisa_record_ft_lock_event()
314 record->cpu_id = qdf_get_cpu(); in dp_rx_fisa_record_ft_lock_event()
315 record->timestamp = qdf_get_log_timestamp(); in dp_rx_fisa_record_ft_lock_event()
316 record->type = type; in dp_rx_fisa_record_ft_lock_event()
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h2465 struct hdd_adapter_ops_record *record; in hdd_adapter_ops_record_event() local
2473 record = &adapter_hist->entry[idx]; in hdd_adapter_ops_record_event()
2474 record->event = event; in hdd_adapter_ops_record_event()
2475 record->vdev_id = vdev_id; in hdd_adapter_ops_record_event()
2476 record->timestamp = qdf_get_log_timestamp(); in hdd_adapter_ops_record_event()
/wlan-driver/wpa_supplicant_8/
H A DCONTRIBUTIONS

12