Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dcoredump.c983 if (!test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) in ath10k_coredump_get_mem_layout()
1004 if (ath10k_coredump_mask == 0) in ath10k_coredump_new()
1027 if (test_bit(ATH10K_FW_CRASH_DUMP_REGISTERS, &ath10k_coredump_mask)) in ath10k_coredump_build()
1030 if (test_bit(ATH10K_FW_CRASH_DUMP_CE_DATA, &ath10k_coredump_mask)) in ath10k_coredump_build()
1034 if (test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) in ath10k_coredump_build()
1080 if (test_bit(ATH10K_FW_CRASH_DUMP_REGISTERS, &ath10k_coredump_mask)) { in ath10k_coredump_build()
1089 if (test_bit(ATH10K_FW_CRASH_DUMP_CE_DATA, &ath10k_coredump_mask)) { in ath10k_coredump_build()
1104 if (test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) { in ath10k_coredump_build()
1122 if (ath10k_coredump_mask == 0) in ath10k_coredump_submit()
1139 if (ath10k_coredump_mask == 0) in ath10k_coredump_create()
[all …]
Dcoredump.h176 extern unsigned long ath10k_coredump_mask;
Dcore.h1153 extern unsigned long ath10k_coredump_mask;
Dcore.c44 unsigned long ath10k_coredump_mask = BIT(ATH10K_FW_CRASH_DUMP_REGISTERS) | variable
53 module_param_named(coredump_mask, ath10k_coredump_mask, ulong, 0444);