Lines Matching refs:dump_file
823 struct iwl_fw_error_dump_file *dump_file; in iwl_fw_error_dump_file() local
867 file_len = sizeof(*dump_file) + fifo_len + prph_len + radio_len; in iwl_fw_error_dump_file()
904 file_len = sizeof(*dump_file) + sizeof(*dump_data) * 2 + in iwl_fw_error_dump_file()
913 dump_file = vzalloc(file_len); in iwl_fw_error_dump_file()
914 if (!dump_file) in iwl_fw_error_dump_file()
917 fw_error_dump->fwrt_ptr = dump_file; in iwl_fw_error_dump_file()
919 dump_file->barker = cpu_to_le32(IWL_FW_ERROR_DUMP_BARKER); in iwl_fw_error_dump_file()
920 dump_data = (void *)dump_file->data; in iwl_fw_error_dump_file()
1054 dump_file->file_len = cpu_to_le32(file_len); in iwl_fw_error_dump_file()
1055 return dump_file; in iwl_fw_error_dump_file()
1944 struct iwl_fw_error_dump_file *dump_file; in iwl_fw_error_dump() local
1949 dump_file = iwl_fw_error_dump_file(fwrt, &fw_error_dump); in iwl_fw_error_dump()
1950 if (!dump_file) in iwl_fw_error_dump()
1957 file_len = le32_to_cpu(dump_file->file_len); in iwl_fw_error_dump()
1962 dump_file->file_len = cpu_to_le32(file_len); in iwl_fw_error_dump()