Home
last modified time | relevance | path

Searched refs:dump_type (Results 1 – 6 of 6) sorted by relevance

/drivers/net/wireless/ath/ath12k/
A Dcoredump.c14 enum ath12k_fw_crash_dump_type dump_type; in ath12k_coredump_get_dump_type() local
18 dump_type = FW_CRASH_DUMP_REMOTE_MEM_DATA; in ath12k_coredump_get_dump_type()
21 dump_type = FW_CRASH_DUMP_M3_DUMP; in ath12k_coredump_get_dump_type()
24 dump_type = FW_CRASH_DUMP_PAGEABLE_DATA; in ath12k_coredump_get_dump_type()
28 dump_type = FW_CRASH_DUMP_NONE; in ath12k_coredump_get_dump_type()
31 dump_type = FW_CRASH_DUMP_MLO_GLOBAL_DATA; in ath12k_coredump_get_dump_type()
34 dump_type = FW_CRASH_DUMP_TYPE_MAX; in ath12k_coredump_get_dump_type()
38 return dump_type; in ath12k_coredump_get_dump_type()
/drivers/net/wireless/ath/ath11k/
A Dcoredump.c16 enum ath11k_fw_crash_dump_type dump_type; in ath11k_coredump_get_dump_type() local
20 dump_type = FW_CRASH_DUMP_REMOTE_MEM_DATA; in ath11k_coredump_get_dump_type()
23 dump_type = FW_CRASH_DUMP_M3_DUMP; in ath11k_coredump_get_dump_type()
26 dump_type = FW_CRASH_DUMP_PAGEABLE_DATA; in ath11k_coredump_get_dump_type()
30 dump_type = FW_CRASH_DUMP_NONE; in ath11k_coredump_get_dump_type()
33 dump_type = FW_CRASH_DUMP_TYPE_MAX; in ath11k_coredump_get_dump_type()
37 return dump_type; in ath11k_coredump_get_dump_type()
/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt_coredump.c185 if (dump_type == BNXT_DUMP_LIVE_WITH_CTX_L1_CACHE) in bnxt_hwrm_dbg_coredump_initiate()
432 if (dump_type == BNXT_DUMP_DRIVER) { in __bnxt_get_coredump()
586 if (dump_type == BNXT_DUMP_CRASH) { in bnxt_get_coredump()
609 if (dump_type == BNXT_DUMP_CRASH && in bnxt_hwrm_get_dump_len()
619 if (dump_type == BNXT_DUMP_CRASH) { in bnxt_hwrm_get_dump_len()
631 if (dump_type == BNXT_DUMP_CRASH) { in bnxt_hwrm_get_dump_len()
657 if (dump_type == BNXT_DUMP_CRASH && in bnxt_get_coredump_length()
666 if (dump_type != BNXT_DUMP_DRIVER) { in bnxt_get_coredump_length()
667 if (!bnxt_hwrm_get_dump_len(bp, dump_type, &len)) in bnxt_get_coredump_length()
670 if (dump_type != BNXT_DUMP_CRASH) in bnxt_get_coredump_length()
[all …]
A Dbnxt_coredump.h164 int bnxt_get_coredump(struct bnxt *bp, u16 dump_type, void *buf, u32 *dump_len);
165 int bnxt_hwrm_get_dump_len(struct bnxt *bp, u16 dump_type, u32 *dump_len);
166 u32 bnxt_get_coredump_length(struct bnxt *bp, u16 dump_type);
/drivers/net/ethernet/chelsio/cxgb4/
A Dcudbg_lib_common.h29 u8 dump_type:3; member
A Dcxgb4_cudbg.c190 cudbg_hdr->dump_type = CUDBG_DUMP_TYPE_MINI; in cxgb4_cudbg_collect()

Completed in 13 milliseconds