Home
last modified time | relevance | path

Searched refs:is_fatal (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/utils/logging/inc/
H A Dwlan_logging_sock_svc.h138 void wlan_report_log_completion(uint32_t is_fatal,
143 static inline void wlan_report_log_completion(uint32_t is_fatal, in wlan_report_log_completion() argument
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_api.h483 QDF_STATUS cds_set_log_completion(uint32_t is_fatal,
487 void cds_get_and_reset_log_completion(uint32_t *is_fatal,
514 QDF_STATUS cds_flush_logs(uint32_t is_fatal,
H A Dcds_sched.h163 uint32_t is_fatal; member
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_api.c2310 p_cds_context->log_complete.is_fatal = WLAN_LOG_TYPE_NON_FATAL; in cds_init_log_completion()
2328 QDF_STATUS cds_set_log_completion(uint32_t is_fatal, in cds_set_log_completion() argument
2342 p_cds_context->log_complete.is_fatal = is_fatal; in cds_set_log_completion()
2349 is_fatal, indicator, reason_code, recovery_needed); in cds_set_log_completion()
2365 void cds_get_and_reset_log_completion(uint32_t *is_fatal, in cds_get_and_reset_log_completion() argument
2379 *is_fatal = p_cds_context->log_complete.is_fatal; in cds_get_and_reset_log_completion()
2386 p_cds_context->log_complete.is_fatal = WLAN_LOG_TYPE_NON_FATAL; in cds_get_and_reset_log_completion()
2531 QDF_STATUS cds_flush_logs(uint32_t is_fatal, in cds_flush_logs() argument
2558 is_fatal, indicator, reason_code); in cds_flush_logs()
2562 status = cds_set_log_completion(is_fatal, indicator, in cds_flush_logs()
[all …]
/wlan-driver/qca-wifi-host-cmn/utils/logging/src/
H A Dwlan_logging_sock_svc.c771 void wlan_report_log_completion(uint32_t is_fatal, in wlan_report_log_completion() argument
779 wlan_diag_event.is_fatal = is_fatal; in wlan_report_log_completion()
799 uint32_t is_fatal, indicator, reason_code; in send_flush_completion_to_user() local
802 cds_get_and_reset_log_completion(&is_fatal, in send_flush_completion_to_user()
810 wlan_report_log_completion(is_fatal, indicator, reason_code, ring_id); in send_flush_completion_to_user()
/wlan-driver/qca-wifi-host-cmn/utils/host_diag_log/inc/
H A Dhost_diag_core_event.h696 uint32_t is_fatal; member