Home
last modified time | relevance | path

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

/drivers/net/wireless/iwlwifi/mvm/
Dmac80211.c683 struct iwl_fw_error_dump_file *dump_file; in iwl_mvm_fw_error_dump() local
713 file_len = sizeof(*dump_file) + in iwl_mvm_fw_error_dump()
719 dump_file = vzalloc(file_len); in iwl_mvm_fw_error_dump()
720 if (!dump_file) { in iwl_mvm_fw_error_dump()
725 fw_error_dump->op_mode_ptr = dump_file; in iwl_mvm_fw_error_dump()
727 dump_file->barker = cpu_to_le32(IWL_FW_ERROR_DUMP_BARKER); in iwl_mvm_fw_error_dump()
728 dump_data = (void *)dump_file->data; in iwl_mvm_fw_error_dump()
772 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.c802 struct ath10k_dump_file_data *dump_file = file->private_data; in ath10k_fw_crash_dump_read() local
805 dump_file, in ath10k_fw_crash_dump_read()
806 le32_to_cpu(dump_file->len)); in ath10k_fw_crash_dump_read()