Home
last modified time | relevance | path

Searched refs:codeswap_len (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/net/wireless/ath/ath10k/
Dswap.c158 fw_file->codeswap_len = 0; in ath10k_swap_code_seg_release()
168 size_t codeswap_len; in ath10k_swap_code_seg_init() local
171 codeswap_len = fw_file->codeswap_len; in ath10k_swap_code_seg_init()
173 if (!codeswap_len || !codeswap_data) in ath10k_swap_code_seg_init()
176 seg_info = ath10k_swap_code_seg_alloc(ar, codeswap_len); in ath10k_swap_code_seg_init()
183 codeswap_data, codeswap_len); in ath10k_swap_code_seg_init()
Dtestmode.c259 ar->testmode.utf_mode_fw.fw_file.codeswap_len) { in ath10k_tm_cmd_utf_start()
310 ar->testmode.utf_mode_fw.fw_file.codeswap_len) in ath10k_tm_cmd_utf_start()
337 ar->testmode.utf_mode_fw.fw_file.codeswap_len) in __ath10k_tm_cmd_utf_stop()
Dcore.h960 size_t codeswap_len; member
Ddebug.c2199 ar->normal_mode_fw.fw_file.codeswap_len)); in ath10k_debug_fw_checksums_read()
Dcore.c2099 fw_file->codeswap_len = ie_len; in ath10k_core_fetch_firmware_api_n()