Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcoredump.c1450 if (!test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) in ath10k_coredump_get_mem_layout()
1480 if (ath10k_coredump_mask == 0) in ath10k_coredump_new()
1503 if (test_bit(ATH10K_FW_CRASH_DUMP_REGISTERS, &ath10k_coredump_mask)) in ath10k_coredump_build()
1506 if (test_bit(ATH10K_FW_CRASH_DUMP_CE_DATA, &ath10k_coredump_mask)) in ath10k_coredump_build()
1510 if (test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) in ath10k_coredump_build()
1556 if (test_bit(ATH10K_FW_CRASH_DUMP_REGISTERS, &ath10k_coredump_mask)) { in ath10k_coredump_build()
1565 if (test_bit(ATH10K_FW_CRASH_DUMP_CE_DATA, &ath10k_coredump_mask)) { in ath10k_coredump_build()
1580 if (test_bit(ATH10K_FW_CRASH_DUMP_RAM_DATA, &ath10k_coredump_mask)) { in ath10k_coredump_build()
1600 if (ath10k_coredump_mask == 0) in ath10k_coredump_submit()
1617 if (ath10k_coredump_mask == 0) in ath10k_coredump_create()
[all …]
H A Dcoredump.h168 extern unsigned long ath10k_coredump_mask;
H A Dcore.h1334 extern unsigned long ath10k_coredump_mask;
H A Dcore.c50 unsigned long ath10k_coredump_mask = BIT(ATH10K_FW_CRASH_DUMP_REGISTERS) | variable
60 module_param_named(coredump_mask, ath10k_coredump_mask, ulong, 0444);