Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
A Dcore.c1122 ar->normal_mode_fw.board = NULL; in ath10k_core_free_board_files()
1124 ar->normal_mode_fw.board_len = 0; in ath10k_core_free_board_files()
1125 ar->normal_mode_fw.ext_board = NULL; in ath10k_core_free_board_files()
1198 ar->normal_mode_fw.board_data = ar->normal_mode_fw.board->data; in ath10k_core_fetch_board_data_api_1()
1199 ar->normal_mode_fw.board_len = ar->normal_mode_fw.board->size; in ath10k_core_fetch_board_data_api_1()
1208 ar->normal_mode_fw.ext_board = fw; in ath10k_core_fetch_board_data_api_1()
1212 ar->normal_mode_fw.ext_board_data = ar->normal_mode_fw.ext_board->data; in ath10k_core_fetch_board_data_api_1()
1213 ar->normal_mode_fw.ext_board_len = ar->normal_mode_fw.ext_board->size; in ath10k_core_fetch_board_data_api_1()
1378 if (!ar->normal_mode_fw.board) in ath10k_core_fetch_board_data_api_n()
3246 &ar->normal_mode_fw.fw_file); in ath10k_core_probe_fw()
[all …]
A Dtestmode.c130 ar->normal_mode_fw.fw_file.wmi_op_version); in ath10k_tm_cmd_get_version()
214 utf_mode_fw->board_data = ar->normal_mode_fw.board_data; in ath10k_tm_fetch_firmware()
215 utf_mode_fw->board_len = ar->normal_mode_fw.board_len; in ath10k_tm_fetch_firmware()
219 utf_mode_fw->fw_file.otp_data = ar->normal_mode_fw.fw_file.otp_data; in ath10k_tm_fetch_firmware()
220 utf_mode_fw->fw_file.otp_len = ar->normal_mode_fw.fw_file.otp_len; in ath10k_tm_fetch_firmware()
A Ddebug.c60 firmware = ar->normal_mode_fw.fw_file.firmware; in ath10k_debug_print_hwfw_info()
83 board = ar->normal_mode_fw.board; in ath10k_debug_print_board_info()
100 ar->normal_mode_fw.fw_file.wmi_op_version, in ath10k_debug_print_boot_info()
101 ar->normal_mode_fw.fw_file.htt_op_version, in ath10k_debug_print_boot_info()
1747 ar->normal_mode_fw.fw_file.fw_features)) in ath10k_debug_stop()
2191 ar->normal_mode_fw.fw_file.firmware_len)); in ath10k_debug_fw_checksums_read()
2195 ar->normal_mode_fw.fw_file.otp_len)); in ath10k_debug_fw_checksums_read()
2202 crc32_le(0, ar->normal_mode_fw.board->data, in ath10k_debug_fw_checksums_read()
2203 ar->normal_mode_fw.board->size)); in ath10k_debug_fw_checksums_read()
2206 crc32_le(0, ar->normal_mode_fw.board_data, in ath10k_debug_fw_checksums_read()
[all …]
A Dqmi.c246 temp = ar->normal_mode_fw.board_data; in ath10k_qmi_bdf_dnld_send_sync()
247 remaining = ar->normal_mode_fw.board_len; in ath10k_qmi_bdf_dnld_send_sync()
254 req->total_size = ar->normal_mode_fw.board_len; in ath10k_qmi_bdf_dnld_send_sync()
A Dcore.h1073 struct ath10k_fw_components normal_mode_fw; member
A Dmac.c5173 &ar->normal_mode_fw); in ath10k_start()
8359 ar->normal_mode_fw.fw_file.fw_features); in ath10k_mac_op_set_bitrate_mask()
9938 if (!test_bit(ATH10K_FW_FEATURE_NO_P2P, ar->normal_mode_fw.fw_file.fw_features)) in ath10k_mac_register()

Completed in 39 milliseconds