Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/
Dsmd.c85 wcn36xx_err("Not enough room for TLV entry\n"); in put_cfg_tlv_u32()
260 wcn36xx_err("HAL TX failed\n"); in wcn36xx_smd_send_and_wait()
265 wcn36xx_err("Timeout! No SMD response in %dms\n", in wcn36xx_smd_send_and_wait()
318 wcn36xx_err("Failed to load nv file %s: %d\n", in wcn36xx_smd_load_nv()
361 wcn36xx_err("hal_load_nv response failed err=%d\n", in wcn36xx_smd_load_nv()
445 wcn36xx_err("Sending hal_start failed\n"); in wcn36xx_smd_start()
451 wcn36xx_err("hal_start response failed err=%d\n", ret); in wcn36xx_smd_start()
474 wcn36xx_err("Sending hal_stop failed\n"); in wcn36xx_smd_stop()
479 wcn36xx_err("hal_stop response failed err=%d\n", ret); in wcn36xx_smd_stop()
503 wcn36xx_err("Sending hal_init_scan failed\n"); in wcn36xx_smd_init_scan()
[all …]
Dmain.c245 wcn36xx_err("Failed to open smd channel: %d\n", ret); in wcn36xx_start()
252 wcn36xx_err("Failed to alloc DXE mempool: %d\n", ret); in wcn36xx_start()
258 wcn36xx_err("Failed to alloc DXE ctl blocks: %d\n", ret); in wcn36xx_start()
264 wcn36xx_err("Failed to allocate smd buf\n"); in wcn36xx_start()
271 wcn36xx_err("Failed to push NV to chip\n"); in wcn36xx_start()
277 wcn36xx_err("Failed to start chip\n"); in wcn36xx_start()
294 wcn36xx_err("DXE init failed\n"); in wcn36xx_start()
417 wcn36xx_err("Unsupported key type 0x%x\n", in wcn36xx_set_key()
490 wcn36xx_err("Unsupported key cmd 0x%x\n", cmd); in wcn36xx_set_key()
661 wcn36xx_err("sta %pM is not found\n", in wcn36xx_bss_info_changed()
[all …]
Dpmc.c37 wcn36xx_err("Can not enter BMPS!\n"); in wcn36xx_pmc_enter_bmps_state()
48 wcn36xx_err("Not in BMPS mode, no need to exit from BMPS mode!\n"); in wcn36xx_pmc_exit_bmps_state()
Ddxe.c159 wcn36xx_err("Failed to allocate DXE control blocks\n"); in wcn36xx_dxe_alloc_ctl_blks()
444 wcn36xx_err("failed to alloc tx irq\n"); in wcn36xx_dxe_request_irqs()
451 wcn36xx_err("failed to alloc rx irq\n"); in wcn36xx_dxe_request_irqs()
570 wcn36xx_err("Failed to allocate BD mempool\n"); in wcn36xx_dxe_allocate_mem_pools()
642 wcn36xx_err("bd_cpu_addr cannot be NULL for skb DXE\n"); in wcn36xx_dxe_tx_frame()
Dwcn36xx.h59 #define wcn36xx_err(fmt, arg...) \ macro
Dtxrx.c282 wcn36xx_err("bd address may not be NULL for BD DXE\n"); in wcn36xx_start_tx()