Lines Matching refs:indicator
2311 p_cds_context->log_complete.indicator = WLAN_LOG_INDICATOR_UNUSED; in cds_init_log_completion()
2329 uint32_t indicator, in cds_set_log_completion() argument
2343 p_cds_context->log_complete.indicator = indicator; in cds_set_log_completion()
2349 is_fatal, indicator, reason_code, recovery_needed); in cds_set_log_completion()
2366 uint32_t *indicator, in cds_get_and_reset_log_completion() argument
2380 *indicator = p_cds_context->log_complete.indicator; in cds_get_and_reset_log_completion()
2385 p_cds_context->log_complete.indicator = WLAN_LOG_INDICATOR_UNUSED; in cds_get_and_reset_log_completion()
2483 uint32_t indicator; in cds_get_log_indicator() local
2497 indicator = p_cds_context->log_complete.indicator; in cds_get_log_indicator()
2499 return indicator; in cds_get_log_indicator()
2532 uint32_t indicator, 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()
2570 is_fatal, indicator, reason_code); in cds_flush_logs()
2575 if (WLAN_LOG_INDICATOR_HOST_ONLY == indicator) { in cds_flush_logs()