Home
last modified time | relevance | path

Searched refs:ath12k_err (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
A Dcore.c279 ath12k_err(ab, "invalid %s length: %zu < %zu\n", in ath12k_core_parse_bd_ie_board()
375 ath12k_err(ab, "found invalid board magic\n"); in ath12k_core_fetch_board_data_api_n()
511 ath12k_err(ab, "failed to fetch board.bin from %s\n", in ath12k_core_fetch_bdf()
691 ath12k_err(ab, "failed to power up :%d\n", ret); in ath12k_core_soc_create()
749 ath12k_err(ab, "failed to attach wmi: %d\n", ret); in ath12k_core_start()
755 ath12k_err(ab, "failed to init htc: %d\n", ret); in ath12k_core_start()
761 ath12k_err(ab, "failed to start HIF: %d\n", ret); in ath12k_core_start()
779 ath12k_err(ab, "failed to connect wmi: %d\n", ret); in ath12k_core_start()
785 ath12k_err(ab, "failed to start HTC: %d\n", ret); in ath12k_core_start()
895 ath12k_err(ab, "failed to init DP: %d\n", ret); in ath12k_core_qmi_firmware_ready()
[all …]
A Dfw.c34 ath12k_err(ab, "firmware image too small to contain magic: %zu\n", in ath12k_fw_request_firmware_api_n()
41 ath12k_err(ab, "Invalid firmware magic\n"); in ath12k_fw_request_firmware_api_n()
51 ath12k_err(ab, "No space for padding after magic\n"); in ath12k_fw_request_firmware_api_n()
70 ath12k_err(ab, "Invalid length for FW IE %d (%zu < %zu)\n", in ath12k_fw_request_firmware_api_n()
A Dpci.c620 ath12k_err(ab, "failed request irq %d: %d\n", in ath12k_pci_ext_irq_config()
684 ath12k_err(ab, "failed to request irq %d: %d\n", in ath12k_pci_config_irq()
799 ath12k_err(ab, "msi_desc is NULL!\n"); in ath12k_pci_msi_alloc()
830 ath12k_err(ab_pci->ab, "msi_desc is NULL!\n"); in ath12k_pci_config_msi_data()
851 ath12k_err(ab, "pci device id mismatch: 0x%x 0x%x\n", in ath12k_pci_claim()
1283 ath12k_err(ab, "failed to start mhi: %d\n", ret); in ath12k_pci_power_up()
1376 ath12k_err(ab, "failed to claim device: %d\n", ret); in ath12k_pci_probe()
1442 ath12k_err(ab, "failed to alloc msi: %d\n", ret); in ath12k_pci_probe()
1458 ath12k_err(ab, "failed to register mhi: %d\n", ret); in ath12k_pci_probe()
1476 ath12k_err(ab, "failed to config irq: %d\n", ret); in ath12k_pci_probe()
[all …]
A Dmhi.c374 ath12k_err(ab, "failed to get msi for mhi\n"); in ath12k_mhi_register()
394 ath12k_err(ab, "failed to register to mhi bus, err = %d\n", ret); in ath12k_mhi_register()
479 ath12k_err(ab, "unhandled mhi state (%d)\n", mhi_state); in ath12k_mhi_set_state_bit()
522 ath12k_err(ab, "unhandled mhi state: %s(%d)\n", in ath12k_mhi_check_state_bit()
526 ath12k_err(ab, "failed to set mhi state %s(%d) in current mhi state (0x%lx)\n", in ath12k_mhi_check_state_bit()
592 ath12k_err(ab, "unhandled MHI state (%d)\n", mhi_state); in ath12k_mhi_set_state()
604 ath12k_err(ab, "failed to set mhi state: %s(%d)\n", in ath12k_mhi_set_state()
A Ddebug.h33 __printf(2, 3) void ath12k_err(struct ath12k_base *ab, const char *fmt, ...);
A Dhtc.c631 ath12k_err(ab, "Service connect timeout\n"); in ath12k_htc_connect_service()
643 ath12k_err(ab, "Invalid resp message ID 0x%x", message_id); in ath12k_htc_connect_service()
658 ath12k_err(ab, "HTC Service %s connect request failed: 0x%x)\n", in ath12k_htc_connect_service()
788 ath12k_err(ab, "could not connect to htc service (%d)\n", ret); in ath12k_htc_init()
A Ddebug.c25 void ath12k_err(struct ath12k_base *ab, const char *fmt, ...) in ath12k_err() function
A Dhal.c2577 ath12k_err(ab, "Last interrupt received for each CE:\n"); in ath12k_hal_dump_srng_stats()
2584 ath12k_err(ab, "CE_id %d pipe_num %d %ums before\n", in ath12k_hal_dump_srng_stats()
2589 ath12k_err(ab, "\nLast interrupt received for each group:\n"); in ath12k_hal_dump_srng_stats()
2592 ath12k_err(ab, "group_id %d %ums before\n", in ath12k_hal_dump_srng_stats()
2604 ath12k_err(ab, in ath12k_hal_dump_srng_stats()
2612 ath12k_err(ab, in ath12k_hal_dump_srng_stats()
A Ddp_tx.c989 ath12k_err(ab, "unsupported htt major version %d supported version is %d\n", in ath12k_dp_tx_htt_h2t_ver_req_msg()
1202 ath12k_err(ab, "failed to setup rx monitor filter %d\n", ret); in ath12k_dp_tx_htt_monitor_mode_ring_config()
1243 ath12k_err(ab, in ath12k_dp_tx_htt_rx_monitor_mode_ring_config()
A Ddp.c396 ath12k_err(ab, "unable to find TX bank!"); in ath12k_dp_tx_get_bank_profile()
1142 ath12k_err(ar->ab, "Failed to initialize DP TX Banks"); in ath12k_dp_vdev_tx_attach()
1487 ath12k_err(ab, "invalid descriptor type %d in cmem init\n", type); in ath12k_dp_cmem_init()
A Dmac.c5949 ath12k_err(ab, "failed to enable PMF QOS: (%d\n", ret); in ath12k_mac_start()
5956 ath12k_err(ab, "failed to enable dynamic bw: %d\n", ret); in ath12k_mac_start()
5963 ath12k_err(ab, "failed to set ac override for ARP: %d\n", in ath12k_mac_start()
5970 ath12k_err(ab, "failed to offload radar detection: %d\n", in ath12k_mac_start()
5978 ath12k_err(ab, "failed to req ppdu stats: %d\n", ret); in ath12k_mac_start()
5986 ath12k_err(ab, "failed to enable MESH MCAST ENABLE: (%d\n", ret); in ath12k_mac_start()
6023 ath12k_err(ab, "failed to enable idle ps: %d\n", ret); in ath12k_mac_start()
6080 ath12k_err(ar->ab, "fail to start mac operations in pdev idx %d ret %d\n", in ath12k_mac_op_start()
9129 ath12k_err(ab, "failed to setup interface combinations: %d\n", ret); in ath12k_mac_hw_register()
9252 ath12k_err(ab, "ieee80211 registration failed: %d\n", ret); in ath12k_mac_hw_register()
[all …]
A Dqmi.c2755 ath12k_err(ab, "failed to load %s: %d\n", path, ret); in ath12k_qmi_m3_load()
2776 ath12k_err(ab, "failed to allocate memory for M3 with size %zu\n", in ath12k_qmi_m3_load()
2804 ath12k_err(ab, "failed to load m3 firmware: %d", ret); in ath12k_qmi_wlanfw_m3_info_send()
3367 ath12k_err(ab, "failed to allocate workqueue\n"); in ath12k_qmi_init_service()
A Dhw.c1103 ath12k_err(ab, "Unsupported hardware version: 0x%x\n", ab->hw_rev); in ath12k_hw_init()
A Ddp_rx.c668 ath12k_err(ab, "failed to send HAL_REO_CMD_FLUSH_CACHE cmd, tid %d (%d)\n", in ath12k_dp_reo_cache_flush()
797 ath12k_err(ar->ab, "failed to send HAL_REO_CMD_UPDATE_RX_QUEUE cmd, tid %d (%d)\n", in ath12k_dp_rx_peer_tid_delete()
1284 ath12k_err(ab, "htt tlv parse failure at byte %zd (%zu bytes left, %zu expected)\n", in ath12k_dp_htt_tlv_iter()
1295 ath12k_err(ab, "htt tlv parse failure of tag %u at byte %zd (%zu bytes left, %u expected)\n", in ath12k_dp_htt_tlv_iter()
A Dwmi.c312 ath12k_err(ab, "wmi tlv parse failure at byte %zd (%zu bytes left, %zu expected)\n", in ath12k_wmi_tlv_iter()
324 ath12k_err(ab, "wmi tlv parse failure of tag %u at byte %zd (%zu bytes left, %u expected)\n", in ath12k_wmi_tlv_iter()
332ath12k_err(ab, "wmi tlv parse failure of tag %u at byte %zd (%u bytes is less than min length %zu)… in ath12k_wmi_tlv_iter()
644 ath12k_err(ab, "%s: failed by NULL param\n", in ath12k_pull_service_ready_tlv()

Completed in 73 milliseconds