Home
last modified time | relevance | path

Searched refs:dump_file (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c1148 struct iwl_fw_error_dump_file *dump_file; in iwl_mvm_fw_error_dump() local
1217 file_len = sizeof(*dump_file) + in iwl_mvm_fw_error_dump()
1240 file_len = sizeof(*dump_file) + sizeof(*dump_data) + in iwl_mvm_fw_error_dump()
1256 dump_file = vzalloc(file_len); in iwl_mvm_fw_error_dump()
1257 if (!dump_file) { in iwl_mvm_fw_error_dump()
1263 fw_error_dump->op_mode_ptr = dump_file; in iwl_mvm_fw_error_dump()
1265 dump_file->barker = cpu_to_le32(IWL_FW_ERROR_DUMP_BARKER); in iwl_mvm_fw_error_dump()
1266 dump_data = (void *)dump_file->data; in iwl_mvm_fw_error_dump()
1374 dump_file->file_len = cpu_to_le32(file_len); in iwl_mvm_fw_error_dump()
/drivers/isdn/hardware/eicon/
Dio.h185 diva_os_dump_file_t dump_file; /* dump memory to file at lowest irq level */ member
/drivers/net/wireless/ath/ath10k/
Ddebug.c764 struct ath10k_dump_file_data *dump_file = file->private_data; in ath10k_fw_crash_dump_read() local
767 dump_file, in ath10k_fw_crash_dump_read()
768 le32_to_cpu(dump_file->len)); in ath10k_fw_crash_dump_read()