Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/serialization/src/
H A Dwlan_serialization_debug.c56 ser_err_no_fl(WLAN_SER_LINE); in wlan_ser_print_queues()
57 ser_err_no_fl("%s %s Queue", (is_pdev_queue) ? "PDEV" : "VDEV", in wlan_ser_print_queues()
60 ser_err_no_fl(WLAN_SER_LINE); in wlan_ser_print_queues()
61 ser_err_no_fl("|CMD_TYPE|CMD_ID|VDEV_ID|BLOCKING|PRIORITY|"); in wlan_ser_print_queues()
62 ser_err_no_fl(WLAN_SER_LINE); in wlan_ser_print_queues()
81 ser_err_no_fl("|%8u|%6u|%6u|%8u|%8u|", in wlan_ser_print_queues()
128 ser_err_no_fl(WLAN_SER_LINE WLAN_SER_LINE); in wlan_ser_print_all_history()
129 ser_err_no_fl("Queue Commands History"); in wlan_ser_print_all_history()
130 ser_err_no_fl(WLAN_SER_LINE WLAN_SER_LINE); in wlan_ser_print_all_history()
131 ser_err_no_fl(WLAN_SER_HISTORY_HEADER); in wlan_ser_print_all_history()
[all …]
H A Dwlan_serialization_main_i.h72 #define ser_err_no_fl(params...) \ macro