Searched refs:ath10k_coredump_mask (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/ |
| H A D | coredump.c | 1452 if (!test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) in ath10k_coredump_get_mem_layout() 1475 if (ath10k_coredump_mask == 0) in ath10k_coredump_new() 1498 if (test_bit(ATH10K_FW_CRASH_DUMP_REGISTERS, &ath10k_coredump_mask)) in ath10k_coredump_build() 1501 if (test_bit(ATH10K_FW_CRASH_DUMP_CE_DATA, &ath10k_coredump_mask)) in ath10k_coredump_build() 1505 if (test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) in ath10k_coredump_build() 1551 if (test_bit(ATH10K_FW_CRASH_DUMP_REGISTERS, &ath10k_coredump_mask)) { in ath10k_coredump_build() 1560 if (test_bit(ATH10K_FW_CRASH_DUMP_CE_DATA, &ath10k_coredump_mask)) { in ath10k_coredump_build() 1575 if (test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) { in ath10k_coredump_build() 1595 if (ath10k_coredump_mask == 0) in ath10k_coredump_submit() 1612 if (ath10k_coredump_mask == 0) in ath10k_coredump_create() [all …]
|
| H A D | coredump.h | 168 extern unsigned long ath10k_coredump_mask;
|
| H A D | core.h | 1298 extern unsigned long ath10k_coredump_mask;
|
| H A D | core.c | 38 unsigned long ath10k_coredump_mask = BIT(ATH10K_FW_CRASH_DUMP_REGISTERS) | variable 48 module_param_named(coredump_mask, ath10k_coredump_mask, ulong, 0444);
|