Lines Matching refs:ath10k_err

59 		ath10k_err(ar, "failed to assign msa map permissions: %d\n", ret);  in ath10k_qmi_map_msa_permission()
83 ath10k_err(ar, "failed to unmap msa permissions: %d\n", ret); in ath10k_qmi_unmap_msa_permission()
145 ath10k_err(ar, "failed to send msa mem info req: %d\n", ret); in ath10k_qmi_msa_mem_info_send_sync_msg()
154 ath10k_err(ar, "msa info req rejected: %d\n", resp.resp.error); in ath10k_qmi_msa_mem_info_send_sync_msg()
160 ath10k_err(ar, "invalid memory region length received: %d\n", in ath10k_qmi_msa_mem_info_send_sync_msg()
174 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()
218 ath10k_err(ar, "failed to send msa mem ready request: %d\n", ret); in ath10k_qmi_msa_ready_send_sync_msg()
227 ath10k_err(ar, "msa ready request rejected: %d\n", resp.resp.error); in ath10k_qmi_msa_ready_send_sync_msg()
303 ath10k_err(ar, "failed to download board data file: %d\n", in ath10k_qmi_bdf_dnld_send_sync()
359 ath10k_err(ar, "failed to send calibration request: %d\n", ret); in ath10k_qmi_send_cal_report_req()
368 ath10k_err(ar, "calibration request rejected: %d\n", resp.resp.error); in ath10k_qmi_send_cal_report_req()
406 ath10k_err(ar, "failed to send wlan mode %d request: %d\n", mode, ret); in ath10k_qmi_mode_send_sync_msg()
415 ath10k_err(ar, "more request rejected: %d\n", resp.resp.error); in ath10k_qmi_mode_send_sync_msg()
492 ath10k_err(ar, "failed to send config request: %d\n", ret); in ath10k_qmi_cfg_send_sync_msg()
501 ath10k_err(ar, "config request rejected: %d\n", resp.resp.error); in ath10k_qmi_cfg_send_sync_msg()
527 ath10k_err(ar, "failed to send qmi config: %d\n", ret); in ath10k_qmi_wlan_enable()
533 ath10k_err(ar, "failed to send qmi mode: %d\n", ret); in ath10k_qmi_wlan_enable()
557 ath10k_err(ar, "smem image version table not found\n"); in ath10k_qmi_add_wlan_ver_smem()
563 ath10k_err(ar, "smem block size too small: %zu\n", in ath10k_qmi_add_wlan_ver_smem()
595 ath10k_err(ar, "failed to send capability request: %d\n", ret); in ath10k_qmi_cap_send_sync_msg()
604 ath10k_err(ar, "capability req rejected: %d\n", resp->resp.error); in ath10k_qmi_cap_send_sync_msg()
682 ath10k_err(ar, "failed to send host capability request: %d\n", ret); in ath10k_qmi_host_cap_send_sync()
693 ath10k_err(ar, "host capability request rejected: %d\n", resp.resp.error); in ath10k_qmi_host_cap_send_sync()
728 ath10k_err(ar, "failed to send fw log request: %d\n", ret); in ath10k_qmi_set_fw_log_mode()
737 ath10k_err(ar, "fw log request rejected: %d\n", in ath10k_qmi_set_fw_log_mode()
783 ath10k_err(ar, "failed to send indication registered request: %d\n", ret); in ath10k_qmi_ind_register_send_sync_msg()
792 ath10k_err(ar, "indication request rejected: %d\n", resp.resp.error); in ath10k_qmi_ind_register_send_sync_msg()
992 ath10k_err(ar, "failed to connect to a remote QMI service port\n"); in ath10k_qmi_new_server()
1099 ath10k_err(ar, "failed to allocate workqueue\n"); in ath10k_qmi_init()