Searched refs:ath10k_coredump_mask (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | coredump.c | 983 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 …]
|
D | coredump.h | 176 extern unsigned long ath10k_coredump_mask;
|
D | core.h | 1153 extern unsigned long ath10k_coredump_mask;
|
D | core.c | 44 unsigned long ath10k_coredump_mask = BIT(ATH10K_FW_CRASH_DUMP_REGISTERS) | variable 53 module_param_named(coredump_mask, ath10k_coredump_mask, ulong, 0444);
|