Searched refs:wil_dbg_fw (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/wil6210/ |
D | fw_inc.c | 23 #define wil_dbg_fw(wil, fmt, arg...) wil_dbg(wil, "DBG[ FW ]" fmt, ##arg) macro 168 wil_dbg_fw(wil, "brd_file_addr 0x%x, brd_file_max_size %d\n", in fw_handle_brd_file() 227 wil_dbg_fw(wil, "magic is WIL_FW_CAPABILITIES_MAGIC\n"); in fw_handle_comment() 231 wil_dbg_fw(wil, "magic is WIL_BRD_FILE_MAGIC\n"); in fw_handle_comment() 235 wil_dbg_fw(wil, "magic is WIL_FW_CONCURRENCY_MAGIC\n"); in fw_handle_comment() 260 wil_dbg_fw(wil, "write [0x%08x] <== %zu bytes\n", le32_to_cpu(addr), s); in __fw_handle_data() 302 wil_dbg_fw(wil, "fill [0x%08x] <== 0x%08x, %zu bytes\n", in fw_handle_fill() 320 wil_dbg_fw(wil, "new file, ver. %d, %i bytes\n", in fw_handle_file_header() 360 wil_dbg_fw(wil, "write [0x%08x] <== 0x%08x " in fw_handle_direct_write() 419 wil_dbg_fw(wil, "gw write record [%3d] blocks, cmd 0x%08x\n", in fw_handle_gateway_data() [all …]
|