Searched refs:wcn36xx_err (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/ath/wcn36xx/ |
| D | smd.c | 88 wcn36xx_err("Not enough room for TLV entry\n"); in put_cfg_tlv_u32() 265 wcn36xx_err("HAL TX failed for req %d\n", req_type); in wcn36xx_smd_send_and_wait() 270 wcn36xx_err("Timeout! No SMD response to req %d in %dms\n", in wcn36xx_smd_send_and_wait() 349 wcn36xx_err("Failed to load nv file %s: %d\n", in wcn36xx_smd_load_nv() 392 wcn36xx_err("hal_load_nv response failed err=%d\n", in wcn36xx_smd_load_nv() 478 wcn36xx_err("Sending hal_start failed\n"); in wcn36xx_smd_start() 484 wcn36xx_err("hal_start response failed err=%d\n", ret); in wcn36xx_smd_start() 507 wcn36xx_err("Sending hal_stop failed\n"); in wcn36xx_smd_stop() 512 wcn36xx_err("hal_stop response failed err=%d\n", ret); in wcn36xx_smd_stop() 536 wcn36xx_err("Sending hal_init_scan failed\n"); in wcn36xx_smd_init_scan() [all …]
|
| D | main.c | 279 wcn36xx_err("Failed to open smd channel: %d\n", ret); in wcn36xx_start() 286 wcn36xx_err("Failed to alloc DXE mempool: %d\n", ret); in wcn36xx_start() 292 wcn36xx_err("Failed to alloc DXE ctl blocks: %d\n", ret); in wcn36xx_start() 298 wcn36xx_err("Failed to allocate smd buf\n"); in wcn36xx_start() 305 wcn36xx_err("Failed to push NV to chip\n"); in wcn36xx_start() 311 wcn36xx_err("Failed to start chip\n"); in wcn36xx_start() 326 wcn36xx_err("DXE init failed\n"); in wcn36xx_start() 457 wcn36xx_err("Out of memory setting filters.\n"); in wcn36xx_prepare_multicast() 524 wcn36xx_err("Unsupported key type 0x%x\n", in wcn36xx_set_key() 606 wcn36xx_err("Unsupported key cmd 0x%x\n", cmd); in wcn36xx_set_key() [all …]
|
| D | dxe.c | 155 wcn36xx_err("Failed to allocate DXE control blocks\n"); in wcn36xx_dxe_alloc_ctl_blks() 417 wcn36xx_err("DXE IRQ reported error: 0x%x in high TX channel\n", in wcn36xx_irq_tx_complete() 456 wcn36xx_err("DXE IRQ reported error: 0x%x in low TX channel\n", in wcn36xx_irq_tx_complete() 499 wcn36xx_err("failed to alloc tx irq\n"); in wcn36xx_dxe_request_irqs() 506 wcn36xx_err("failed to alloc rx irq\n"); in wcn36xx_dxe_request_irqs() 543 wcn36xx_err("DXE IRQ reported error on RX channel\n"); in wcn36xx_rx_handle_packets() 656 wcn36xx_err("Failed to allocate BD mempool\n"); in wcn36xx_dxe_allocate_mem_pools() 707 wcn36xx_err("bd_cpu_addr cannot be NULL for skb DXE\n"); in wcn36xx_dxe_tx_frame()
|
| D | pmc.c | 37 wcn36xx_err("Can not enter BMPS!\n"); in wcn36xx_pmc_enter_bmps_state()
|
| D | wcn36xx.h | 58 #define wcn36xx_err(fmt, arg...) \ macro
|