Lines Matching refs:ath10k_err
53 ath10k_err(ar, "failed to assign msa map permissions: %d\n", ret); in ath10k_qmi_map_msa_permission()
77 ath10k_err(ar, "failed to unmap msa permissions: %d\n", ret); in ath10k_qmi_unmap_msa_permission()
139 ath10k_err(ar, "failed to send msa mem info req: %d\n", ret); in ath10k_qmi_msa_mem_info_send_sync_msg()
148 ath10k_err(ar, "msa info req rejected: %d\n", resp.resp.error); in ath10k_qmi_msa_mem_info_send_sync_msg()
154 ath10k_err(ar, "invalid memory region length received: %d\n", in ath10k_qmi_msa_mem_info_send_sync_msg()
168 ath10k_err(ar, "received out of range memory region address 0x%llx with size 0x%x, aborting\n", in ath10k_qmi_msa_mem_info_send_sync_msg()
212 ath10k_err(ar, "failed to send msa mem ready request: %d\n", ret); in ath10k_qmi_msa_ready_send_sync_msg()
221 ath10k_err(ar, "msa ready request rejected: %d\n", resp.resp.error); in ath10k_qmi_msa_ready_send_sync_msg()
297 ath10k_err(ar, "failed to download board data file: %d\n", in ath10k_qmi_bdf_dnld_send_sync()
353 ath10k_err(ar, "failed to send calibration request: %d\n", ret); in ath10k_qmi_send_cal_report_req()
362 ath10k_err(ar, "calibration request rejected: %d\n", resp.resp.error); in ath10k_qmi_send_cal_report_req()
400 ath10k_err(ar, "failed to send wlan mode %d request: %d\n", mode, ret); in ath10k_qmi_mode_send_sync_msg()
409 ath10k_err(ar, "more request rejected: %d\n", resp.resp.error); in ath10k_qmi_mode_send_sync_msg()
486 ath10k_err(ar, "failed to send config request: %d\n", ret); in ath10k_qmi_cfg_send_sync_msg()
495 ath10k_err(ar, "config request rejected: %d\n", resp.resp.error); in ath10k_qmi_cfg_send_sync_msg()
521 ath10k_err(ar, "failed to send qmi config: %d\n", ret); in ath10k_qmi_wlan_enable()
527 ath10k_err(ar, "failed to send qmi mode: %d\n", ret); in ath10k_qmi_wlan_enable()
562 ath10k_err(ar, "failed to send capability request: %d\n", ret); in ath10k_qmi_cap_send_sync_msg()
571 ath10k_err(ar, "capability req rejected: %d\n", resp->resp.error); in ath10k_qmi_cap_send_sync_msg()
646 ath10k_err(ar, "failed to send host capability request: %d\n", ret); in ath10k_qmi_host_cap_send_sync()
657 ath10k_err(ar, "host capability request rejected: %d\n", resp.resp.error); in ath10k_qmi_host_cap_send_sync()
692 ath10k_err(ar, "failed to send fw log request: %d\n", ret); in ath10k_qmi_set_fw_log_mode()
701 ath10k_err(ar, "fw log request rejected: %d\n", in ath10k_qmi_set_fw_log_mode()
747 ath10k_err(ar, "failed to send indication registered request: %d\n", ret); in ath10k_qmi_ind_register_send_sync_msg()
756 ath10k_err(ar, "indication request rejected: %d\n", resp.resp.error); in ath10k_qmi_ind_register_send_sync_msg()
955 ath10k_err(ar, "failed to connect to a remote QMI service port\n"); in ath10k_qmi_new_server()
1052 ath10k_err(ar, "failed to allocate workqueue\n"); in ath10k_qmi_init()