Home
last modified time | relevance | path

Searched refs:wmi_nofl_err (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified.c799 wmi_nofl_err("Last wmi command Time (s) = % 8lld.%06lld ", in wmi_dump_last_cmd_rec_info()
801 wmi_nofl_err("Last wmi Cmd_Id = (0x%06x) ", cmd_tmp_log); in wmi_dump_last_cmd_rec_info()
802 wmi_nofl_err("Last wmi command tx completion Time (s) = % 8lld.%06lld", in wmi_dump_last_cmd_rec_info()
804 wmi_nofl_err("Last wmi command tx completion Cmd_Id = (0x%06x) ", in wmi_dump_last_cmd_rec_info()
1821 wmi_nofl_err("%s:%d, failed to alloc len:%d", func, line, len); in wmi_buf_alloc_fl()
1952 wmi_nofl_err("%s:%d, htc_send_pkt failed, status:%d", in wmi_htc_send_pkt()
1978 wmi_nofl_err("WMI Tx Completion Sequence number mismatch"); in wmi_interface_sequence_check()
1979 wmi_nofl_err("Expected %d Received %d", in wmi_interface_sequence_check()
2019 wmi_nofl_err("%s:%d, htc_send_pkt failed, status:%d", in wmi_htc_send_pkt()
2036 wmi_nofl_err("Endpoint ID = %d, Tx Queue Depth = %d, soc_id = %u, target type = %s", in wmi_unified_debug_dump()
[all …]
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_priv.h173 #define wmi_nofl_err(params...) \ macro