Searched refs:dump_type (Results 1 – 6 of 6) sorted by relevance
14 enum ath12k_fw_crash_dump_type dump_type; in ath12k_coredump_get_dump_type() local18 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()
16 enum ath11k_fw_crash_dump_type dump_type; in ath11k_coredump_get_dump_type() local20 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()
185 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 …]
164 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);
29 u8 dump_type:3; member
190 cudbg_hdr->dump_type = CUDBG_DUMP_TYPE_MINI; in cxgb4_cudbg_collect()
Completed in 13 milliseconds