Home
last modified time | relevance | path

Searched refs:ath10k_coredump_mask (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dcoredump.c1451 if (!test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) in ath10k_coredump_get_mem_layout()
1481 if (ath10k_coredump_mask == 0) in ath10k_coredump_new()
1504 if (test_bit(ATH10K_FW_CRASH_DUMP_REGISTERS, &ath10k_coredump_mask)) in ath10k_coredump_build()
1507 if (test_bit(ATH10K_FW_CRASH_DUMP_CE_DATA, &ath10k_coredump_mask)) in ath10k_coredump_build()
1511 if (test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) in ath10k_coredump_build()
1557 if (test_bit(ATH10K_FW_CRASH_DUMP_REGISTERS, &ath10k_coredump_mask)) { in ath10k_coredump_build()
1566 if (test_bit(ATH10K_FW_CRASH_DUMP_CE_DATA, &ath10k_coredump_mask)) { in ath10k_coredump_build()
1581 if (test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) { in ath10k_coredump_build()
1601 if (ath10k_coredump_mask == 0) in ath10k_coredump_submit()
1618 if (ath10k_coredump_mask == 0) in ath10k_coredump_create()
[all …]
H A Dcoredump.h173 extern unsigned long ath10k_coredump_mask;
H A Dcore.h1332 extern unsigned long ath10k_coredump_mask;
H A Dcore.c43 unsigned long ath10k_coredump_mask = BIT(ATH10K_FW_CRASH_DUMP_REGISTERS) | variable
53 module_param_named(coredump_mask, ath10k_coredump_mask, ulong, 0444);