Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 114) sorted by relevance

12345

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_trace.c316 void qdf_trace(uint8_t module, uint16_t code, uint16_t session, uint32_t data) in qdf_trace() argument
360 rec->code = code; in qdf_trace()
413 void qdf_trace_dump_all(void *p_mac, uint8_t code, uint8_t session, in qdf_trace_dump_all() argument
458 if ((code == 0 || (code == p_record.code)) && in qdf_trace_dump_all()
718 static bool qdf_dp_trace_verbosity_check(enum QDF_DP_TRACE_ID code) in qdf_dp_trace_verbosity_check() argument
724 if (code <= QDF_DP_TRACE_MED_VERBOSITY) in qdf_dp_trace_verbosity_check()
728 if (code <= QDF_DP_TRACE_LOW_VERBOSITY) in qdf_dp_trace_verbosity_check()
732 if (code <= QDF_DP_TRACE_ULTRA_LOW_VERBOSITY) in qdf_dp_trace_verbosity_check()
736 if (code <= QDF_DP_TRACE_BASE_VERBOSITY) in qdf_dp_trace_verbosity_check()
821 const char *qdf_dp_code_to_string(enum QDF_DP_TRACE_ID code) in qdf_dp_code_to_string() argument
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparse_mac_trace.cmm21 ;This script picks up the enums for module ID, code and data part from the dump
22 ;only, for the records of modules: SME,PE,WMA and WMI. For HDD module, code type
29 ;So message ID's(hard-coded in script) should always be in sync with the driver code.
57 ;present in legacy code script
58 ;added and removed enums to sync with current driver code
365 ;present in legacy code script
366 ;added and removed enums to sync with current driver code
406 ;present in legacy code script
407 ;added and removed enums to sync with current driver code
425 ;present in legacy code script
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_trace.h159 uint16_t code; member
488 uint8_t code; member
705 void qdf_trace(uint8_t module, uint16_t code, uint16_t session, uint32_t data);
749 void qdf_trace_dump_all(void *p_mac, uint8_t code, uint8_t session,
779 void qdf_trace(uint8_t module, uint16_t code, uint16_t session, uint32_t data) in qdf_trace() argument
784 void qdf_trace_dump_all(void *p_mac, uint8_t code, uint8_t session, in qdf_trace_dump_all() argument
1014 void qdf_dp_trace(qdf_nbuf_t nbuf, enum QDF_DP_TRACE_ID code, uint8_t pdev_id,
1149 void qdf_dp_trace_ptr(qdf_nbuf_t nbuf, enum QDF_DP_TRACE_ID code,
1192 enum QDF_DP_TRACE_ID code, uint16_t msdu_id,
1224 qdf_dp_trace_proto_pkt(enum QDF_DP_TRACE_ID code,
[all …]
/wlan-driver/wpa_supplicant_8/wpa_supplicant/aidl/
H A Daidl.cpp
H A Daidl_manager.h
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/src/
H A Di_host_diag_core_log.h51 uint16_t code; member
65 void host_diag_log_set_code(void *ptr, uint16_t code);
110 static inline void host_diag_log_set_code(void *ptr, uint16_t code)
H A Dhost_diag_log.c63 void host_diag_log_set_code(void *ptr, uint16_t code) in host_diag_log_set_code() argument
67 ((log_hdr_type *) ptr)->code = code; in host_diag_log_set_code()
/wlan-driver/qcacld-3.0/core/sme/src/common/
H A Dsme_trace.c38 static uint8_t *sme_trace_get_rx_msg_string(uint32_t code) in sme_trace_get_rx_msg_string() argument
40 switch (code) { in sme_trace_get_rx_msg_string()
178 switch (record->code) { in sme_trace_dump()
204 sme_trace_get_rx_msg_string(record->code), in sme_trace_dump()
/wlan-driver/wpa_supplicant_8/src/radius/
H A Dradius_server.c
/wlan-driver/wpa_supplicant_8/src/eap_common/
H A Deap_wsc_common.c
H A Deap_common.c
H A Deap_ikev2_common.c
H A Deap_wsc_common.h
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_trace.c44 if (TRACE_CODE_HDD_RX_SME_MSG == record->code) in hdd_trace_dump()
54 hdd_trace_event_string(record->code), in hdd_trace_dump()
/wlan-driver/qcacld-3.0/core/mac/inc/
H A Dmac_trace.h47 static inline void mac_trace(struct mac_context *mac_ctx, uint16_t code, in mac_trace() argument
50 qdf_trace(QDF_MODULE_ID_PE, code, session, data); in mac_trace()
/wlan-driver/wpa_supplicant_8/src/common/
H A Ddpp_pkex.c
H A Ddpp_i.h
H A Dgas_server.c
/wlan-driver/wpa_supplicant_8/wpa_supplicant/
H A DREADME-DPP
H A Deapol_test.c
/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_trace.h120 static inline const char *hdd_trace_event_string(uint32_t code) in hdd_trace_event_string() argument
122 switch (code) { in hdd_trace_event_string()
/wlan-driver/wpa_supplicant_8/src/ap/
H A Dieee802_1x.c
/wlan-driver/wpa_supplicant_8/src/eap_peer/
H A Deap_peap.c
/wlan-driver/wpa_supplicant_8/src/eap_server/
H A Deap_server_tls_common.c
H A Deap_server_eke.c

12345