Searched refs:dump_file (Results 1 – 3 of 3) sorted by relevance
1022 struct iwl_fw_error_dump_file *dump_file; in iwl_mvm_fw_error_dump() local1080 file_len = sizeof(*dump_file) + in iwl_mvm_fw_error_dump()1106 dump_file = vzalloc(file_len); in iwl_mvm_fw_error_dump()1107 if (!dump_file) { in iwl_mvm_fw_error_dump()1113 fw_error_dump->op_mode_ptr = dump_file; in iwl_mvm_fw_error_dump()1115 dump_file->barker = cpu_to_le32(IWL_FW_ERROR_DUMP_BARKER); in iwl_mvm_fw_error_dump()1116 dump_data = (void *)dump_file->data; in iwl_mvm_fw_error_dump()1198 dump_file->file_len = cpu_to_le32(file_len); in iwl_mvm_fw_error_dump()
185 diva_os_dump_file_t dump_file; /* dump memory to file at lowest irq level */ member
1000 struct ath10k_dump_file_data *dump_file = file->private_data; in ath10k_fw_crash_dump_read() local1003 dump_file, in ath10k_fw_crash_dump_read()1004 le32_to_cpu(dump_file->len)); in ath10k_fw_crash_dump_read()