Searched refs:ath10k_coredump_mask (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/net/wireless/ath/ath10k/ |
| D | coredump.c | 1085 if (!test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) in ath10k_coredump_get_mem_layout() 1107 if (ath10k_coredump_mask == 0) in ath10k_coredump_new() 1130 if (test_bit(ATH10K_FW_CRASH_DUMP_REGISTERS, &ath10k_coredump_mask)) in ath10k_coredump_build() 1133 if (test_bit(ATH10K_FW_CRASH_DUMP_CE_DATA, &ath10k_coredump_mask)) in ath10k_coredump_build() 1137 if (test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) in ath10k_coredump_build() 1183 if (test_bit(ATH10K_FW_CRASH_DUMP_REGISTERS, &ath10k_coredump_mask)) { in ath10k_coredump_build() 1192 if (test_bit(ATH10K_FW_CRASH_DUMP_CE_DATA, &ath10k_coredump_mask)) { in ath10k_coredump_build() 1207 if (test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) { in ath10k_coredump_build() 1225 if (ath10k_coredump_mask == 0) in ath10k_coredump_submit() 1242 if (ath10k_coredump_mask == 0) in ath10k_coredump_create() [all …]
|
| D | coredump.h | 166 extern unsigned long ath10k_coredump_mask;
|
| D | core.h | 1227 extern unsigned long ath10k_coredump_mask;
|
| D | core.c | 37 unsigned long ath10k_coredump_mask = BIT(ATH10K_FW_CRASH_DUMP_REGISTERS) | variable 47 module_param_named(coredump_mask, ath10k_coredump_mask, ulong, 0444);
|