Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/wcn36xx/
Dsmd.c186 wcn36xx_err("Not enough room for TLV entry\n"); in put_cfg_tlv_u32()
430 wcn36xx_err("HAL TX failed for req %d\n", req_type); in wcn36xx_smd_send_and_wait()
435 wcn36xx_err("Timeout! No SMD response to req %d in %dms\n", in wcn36xx_smd_send_and_wait()
509 wcn36xx_err("Failed to load nv file %s: %d\n", in wcn36xx_smd_load_nv()
552 wcn36xx_err("hal_load_nv response failed err=%d\n", in wcn36xx_smd_load_nv()
648 wcn36xx_err("Sending hal_start failed\n"); in wcn36xx_smd_start()
654 wcn36xx_err("hal_start response failed err=%d\n", ret); in wcn36xx_smd_start()
677 wcn36xx_err("Sending hal_stop failed\n"); in wcn36xx_smd_stop()
682 wcn36xx_err("hal_stop response failed err=%d\n", ret); in wcn36xx_smd_stop()
715 wcn36xx_err("Sending hal_init_scan failed\n"); in wcn36xx_smd_init_scan()
[all …]
Dmain.c282 wcn36xx_err("Failed to open smd channel: %d\n", ret); in wcn36xx_start()
289 wcn36xx_err("Failed to alloc DXE mempool: %d\n", ret); in wcn36xx_start()
295 wcn36xx_err("Failed to alloc DXE ctl blocks: %d\n", ret); in wcn36xx_start()
301 wcn36xx_err("Failed to push NV to chip\n"); in wcn36xx_start()
307 wcn36xx_err("Failed to start chip\n"); in wcn36xx_start()
322 wcn36xx_err("DXE init failed\n"); in wcn36xx_start()
479 wcn36xx_err("Out of memory setting filters.\n"); in wcn36xx_prepare_multicast()
546 wcn36xx_err("Unsupported key type 0x%x\n", in wcn36xx_set_key()
637 wcn36xx_err("Unsupported key cmd 0x%x\n", cmd); in wcn36xx_set_key()
888 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()
447 wcn36xx_err("DXE IRQ reported error: 0x%x in high TX channel\n", in wcn36xx_irq_tx_complete()
488 wcn36xx_err("DXE IRQ reported error: 0x%x in low TX channel\n", in wcn36xx_irq_tx_complete()
549 wcn36xx_err("failed to alloc tx irq\n"); in wcn36xx_dxe_request_irqs()
556 wcn36xx_err("failed to alloc rx irq\n"); in wcn36xx_dxe_request_irqs()
593 wcn36xx_err("DXE IRQ reported error on RX channel\n"); in wcn36xx_rx_handle_packets()
706 wcn36xx_err("Failed to allocate BD mempool\n"); in wcn36xx_dxe_allocate_mem_pools()
757 wcn36xx_err("bd_cpu_addr cannot be NULL for skb DXE\n"); in wcn36xx_dxe_tx_frame()
Dpmc.c41 wcn36xx_err("Can not enter BMPS!\n"); in wcn36xx_pmc_enter_bmps_state()
Dwcn36xx.h59 #define wcn36xx_err(fmt, arg...) \ macro