Home
last modified time | relevance | path

Searched refs:wcn36xx_err (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
Dsmd.c185 wcn36xx_err("Not enough room for TLV entry\n"); in put_cfg_tlv_u32()
429 wcn36xx_err("HAL TX failed for req %d\n", req_type); in wcn36xx_smd_send_and_wait()
434 wcn36xx_err("Timeout! No SMD response to req %d in %dms\n", in wcn36xx_smd_send_and_wait()
519 wcn36xx_err("Failed to load nv file %s: %d\n", in wcn36xx_smd_load_nv()
562 wcn36xx_err("hal_load_nv response failed err=%d\n", in wcn36xx_smd_load_nv()
658 wcn36xx_err("Sending hal_start failed\n"); in wcn36xx_smd_start()
664 wcn36xx_err("hal_start response failed err=%d\n", ret); in wcn36xx_smd_start()
687 wcn36xx_err("Sending hal_stop failed\n"); in wcn36xx_smd_stop()
692 wcn36xx_err("hal_stop response failed err=%d\n", ret); in wcn36xx_smd_stop()
725 wcn36xx_err("Sending hal_init_scan failed\n"); in wcn36xx_smd_init_scan()
[all …]
Dmain.c281 wcn36xx_err("Failed to open smd channel: %d\n", ret); in wcn36xx_start()
288 wcn36xx_err("Failed to alloc DXE mempool: %d\n", ret); in wcn36xx_start()
294 wcn36xx_err("Failed to alloc DXE ctl blocks: %d\n", ret); in wcn36xx_start()
300 wcn36xx_err("Failed to push NV to chip\n"); in wcn36xx_start()
306 wcn36xx_err("Failed to start chip\n"); in wcn36xx_start()
321 wcn36xx_err("DXE init failed\n"); in wcn36xx_start()
493 wcn36xx_err("Out of memory setting filters.\n"); in wcn36xx_prepare_multicast()
560 wcn36xx_err("Unsupported key type 0x%x\n", in wcn36xx_set_key()
644 wcn36xx_err("Unsupported key cmd 0x%x\n", cmd); in wcn36xx_set_key()
900 wcn36xx_err("sta %pM is not found\n", in wcn36xx_bss_info_changed()
[all …]
Ddxe.c155 wcn36xx_err("Failed to allocate DXE control blocks\n"); in wcn36xx_dxe_alloc_ctl_blks()
474 wcn36xx_err("DXE IRQ reported error: 0x%x in high TX channel\n", in wcn36xx_irq_tx_complete()
513 wcn36xx_err("DXE IRQ reported error: 0x%x in low TX channel\n", in wcn36xx_irq_tx_complete()
557 wcn36xx_err("failed to alloc tx irq\n"); in wcn36xx_dxe_request_irqs()
564 wcn36xx_err("failed to alloc rx irq\n"); in wcn36xx_dxe_request_irqs()
601 wcn36xx_err("DXE IRQ reported error on RX channel\n"); in wcn36xx_rx_handle_packets()
724 wcn36xx_err("Failed to allocate BD mempool\n"); in wcn36xx_dxe_allocate_mem_pools()
775 wcn36xx_err("bd_cpu_addr cannot be NULL for skb DXE\n"); in wcn36xx_dxe_tx_frame()
Dpmc.c38 wcn36xx_err("Can not enter BMPS!\n"); in wcn36xx_pmc_enter_bmps_state()
Dwcn36xx.h58 #define wcn36xx_err(fmt, arg...) \ macro