Searched refs:ramdump_buf (Results 1 – 2 of 2) sorted by relevance
1586 memcpy(dump_tlv->tlv_data, crash_data->ramdump_buf, in ath10k_coredump_build()1639 crash_data->ramdump_buf = vzalloc(crash_data->ramdump_buf_len); in ath10k_coredump_register()1640 if (!crash_data->ramdump_buf) in ath10k_coredump_register()1651 vfree(crash_data->ramdump_buf); in ath10k_coredump_unregister()1656 if (ar->coredump.fw_crash_data->ramdump_buf) { in ath10k_coredump_destroy()1657 vfree(ar->coredump.fw_crash_data->ramdump_buf); in ath10k_coredump_destroy()1658 ar->coredump.fw_crash_data->ramdump_buf = NULL; in ath10k_coredump_destroy()
672 u8 *ramdump_buf; member