Home
last modified time | relevance | path

Searched refs:ATH10K_FW_CRASH_DUMP_RAM_DATA (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dcoredump.c1450 if (!test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) in ath10k_coredump_get_mem_layout()
1510 if (test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) in ath10k_coredump_build()
1580 if (test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) { in ath10k_coredump_build()
1582 dump_tlv->type = cpu_to_le32(ATH10K_FW_CRASH_DUMP_RAM_DATA); in ath10k_coredump_build()
1632 if (test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) { in ath10k_coredump_register()
Dcoredump.h22 ATH10K_FW_CRASH_DUMP_RAM_DATA = 2, enumerator