Home
last modified time | relevance | path

Searched refs:wma_alert (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_data.c1400 wma_alert("Event Set failed - tx_frm_comp_event"); in wma_mgmt_tx_dload_comp_hldr()
2420 wma_alert("Failed to allocate %d bytes for RMF status code (%x)", in wma_tx_packet()
2471 wma_alert("Failed to allocate %d bytes for RMF status code (%x)", in wma_tx_packet()
2491 wma_alert("Failed to attach MMIE"); in wma_tx_packet()
2660 wma_alert("Event Reset failed tx comp event %x", in wma_tx_packet()
H A Dwma_dev_if.c3851 wma_alert("request %d is timed out for vdev_id - %d", in wma_hold_req_timer()
3858 wma_alert("WMA_ADD_STA_REQ timed out"); in wma_hold_req_timer()
3869 wma_alert("WMA_ADD_BSS_REQ timed out"); in wma_hold_req_timer()
3902 wma_alert("wma delete sta p2p request timed out"); in wma_hold_req_timer()
6392 wma_alert("Failed to set wma req msg_type for vdev_id %d", in wma_send_vdev_stop()
H A Dwma_features.c1207 wma_alert("Failed to send CSA offload enable command"); in wma_unified_csa_offload_enable()
2844 wma_alert("Holding %d msec wake_lock", ms); in wma_acquire_wow_wakelock()
2870 wma_alert("Beacon miss indication on vdev %d", roam_event->vdev_id); in wma_wake_reason_ap_assoc_lost()
3776 wma_alert("Failed to send vdev DELTS command"); in wma_del_ts_req()
H A Dwma_main.c164 wma_alert("Timeout waiting for WMI_SERVICE_READY_EXT_EVENT"); in wma_service_ready_ext_evt_timeout()
8950 wma_alert("motion detect host event received, vdev_id=%d, status=%d", in wma_motion_det_host_event_handler()
8995 wma_alert("motion detection base line event received, vdev_id=%d", in wma_motion_det_base_line_host_event_handler()
8997 wma_alert("baseline_value=%d bl_max_corr_resv=%d bl_min_corr_resv=%d", in wma_motion_det_base_line_host_event_handler()
9137 wma_alert("Set motion_det_enable to vdevId %d %d", md_en->vdev_id, in wma_set_motion_det_enable()
9234 wma_alert("Set motion_det_base_line_enable to vdevId %d enable %d", in wma_set_motion_det_base_line_enable()
H A Dwma_mgmt.c1813 wma_alert("Failed to send peer assoc command status = %d", in wma_send_peer_assoc()
H A Dwma_utils.c3176 wma_alert("WMA --> WMI_PDEV_SET_STATS_THRESHOLD_CMDID(0x%x), length=%d", in wma_config_stats_ext_threshold()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma.h78 #define wma_alert(params...) QDF_TRACE_FATAL(QDF_MODULE_ID_WMA, params) macro