Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dcoredump.c1108 memcpy(dump_tlv->tlv_data, crash_data->ramdump_buf, in ath10k_coredump_build()
1157 crash_data->ramdump_buf = vzalloc(crash_data->ramdump_buf_len); in ath10k_coredump_register()
1158 if (!crash_data->ramdump_buf) in ath10k_coredump_register()
1169 vfree(crash_data->ramdump_buf); in ath10k_coredump_unregister()
1174 if (ar->coredump.fw_crash_data->ramdump_buf) { in ath10k_coredump_destroy()
1175 vfree(ar->coredump.fw_crash_data->ramdump_buf); in ath10k_coredump_destroy()
1176 ar->coredump.fw_crash_data->ramdump_buf = NULL; in ath10k_coredump_destroy()
Dcore.h582 u8 *ramdump_buf; member
Dpci.c1676 buf = crash_data->ramdump_buf; in ath10k_pci_dump_memory()