Home
last modified time | relevance | path

Searched refs:cds_debug (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/cds/src/
Dcds_sched.c145 cds_debug("num online cores %d, high tput req %d, Rx_thread old mask %s new mask %s", in cds_rx_thread_log_cpu_affinity_change()
181 cds_debug("num possible cpu %d", num_possible_cpus()); in cds_sched_find_attach_cpu()
381 cds_debug("'%s' event on CPU %u (of %d); Currently affine to CPU %u", in __cds_cpu_hotplug_notify()
454 cds_debug("Opening the CDS Scheduler"); in cds_sched_open()
461 cds_debug("Incorrect CDS Sched Context size passed"); in cds_sched_open()
503 cds_debug("CDS OL RX thread Created"); in cds_sched_open()
505 cds_debug("CDS OL Rx Thread has started"); in cds_sched_open()
508 cds_debug("CDS Scheduler successfully Opened"); in cds_sched_open()
618 cds_debug("invoked"); in cds_close_rx_thread()
765 cds_debug("Shutting down OL RX Thread"); in cds_ol_rx_thread()
[all …]
Dcds_utils.c139 cds_debug("Input HLP data len zero\n"); in cds_copy_hlp_info()
144 cds_debug("HLP destination mac NULL"); in cds_copy_hlp_info()
149 cds_debug("HLP source mac NULL"); in cds_copy_hlp_info()
Dcds_api.c568 cds_debug("failed to init cfg handle"); in cds_cdp_cfg_attach()
758 cds_debug("Opening CDS"); in cds_open()
883 cds_debug("target_type %d 8074:%d 6290:%d 6390: %d 6490: %d 6750: %d", in cds_open()
1052 cds_debug("CDS successfully Opened"); in cds_dp_open()
1399 cds_debug("send deinit sequence to firmware"); in cds_post_disable()
2348 cds_debug("is_fatal %d indicator %d reason_code %d recovery needed %d", in cds_set_log_completion()
2569 cds_debug("Triggering bug report: type:%d, indicator=%d reason_code=%d", in cds_flush_logs()
/wlan-driver/qcacld-3.0/core/cds/inc/
Dcds_utils.h61 #define cds_debug(params...) QDF_TRACE_DEBUG(QDF_MODULE_ID_QDF, params) macro