Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dcoredump.c1211 memcpy(dump_tlv->tlv_data, crash_data->ramdump_buf, in ath10k_coredump_build()
1260 crash_data->ramdump_buf = vzalloc(crash_data->ramdump_buf_len); in ath10k_coredump_register()
1261 if (!crash_data->ramdump_buf) in ath10k_coredump_register()
1272 vfree(crash_data->ramdump_buf); in ath10k_coredump_unregister()
1277 if (ar->coredump.fw_crash_data->ramdump_buf) { in ath10k_coredump_destroy()
1278 vfree(ar->coredump.fw_crash_data->ramdump_buf); in ath10k_coredump_destroy()
1279 ar->coredump.fw_crash_data->ramdump_buf = NULL; in ath10k_coredump_destroy()
Dcore.h618 u8 *ramdump_buf; member
Dpci.c1666 buf = crash_data->ramdump_buf; in ath10k_pci_dump_memory()