Searched refs:dump_type (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/net/wireless/ath/ath12k/ |
| H A D | coredump.c | 14 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()
|
| /linux-6.15/drivers/net/wireless/ath/ath11k/ |
| H A D | coredump.c | 14 enum ath11k_fw_crash_dump_type dump_type; in ath11k_coredump_get_dump_type() local 18 dump_type = FW_CRASH_DUMP_REMOTE_MEM_DATA; in ath11k_coredump_get_dump_type() 21 dump_type = FW_CRASH_DUMP_M3_DUMP; in ath11k_coredump_get_dump_type() 24 dump_type = FW_CRASH_DUMP_PAGEABLE_DATA; in ath11k_coredump_get_dump_type() 28 dump_type = FW_CRASH_DUMP_NONE; in ath11k_coredump_get_dump_type() 31 dump_type = FW_CRASH_DUMP_TYPE_MAX; in ath11k_coredump_get_dump_type() 35 return dump_type; in ath11k_coredump_get_dump_type()
|
| /linux-6.15/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_coredump.c | 185 if (dump_type == BNXT_DUMP_LIVE_WITH_CTX_L1_CACHE) in bnxt_hwrm_dbg_coredump_initiate() 428 if (dump_type == BNXT_DUMP_DRIVER) { in __bnxt_get_coredump() 575 if (dump_type == BNXT_DUMP_CRASH) { in bnxt_get_coredump() 598 if (dump_type == BNXT_DUMP_CRASH && in bnxt_hwrm_get_dump_len() 608 if (dump_type == BNXT_DUMP_CRASH) { in bnxt_hwrm_get_dump_len() 620 if (dump_type == BNXT_DUMP_CRASH) { in bnxt_hwrm_get_dump_len() 646 if (dump_type == BNXT_DUMP_CRASH && in bnxt_get_coredump_length() 655 if (dump_type != BNXT_DUMP_DRIVER) { in bnxt_get_coredump_length() 656 if (!bnxt_hwrm_get_dump_len(bp, dump_type, &len)) in bnxt_get_coredump_length() 659 if (dump_type != BNXT_DUMP_CRASH) in bnxt_get_coredump_length() [all …]
|
| H A D | bnxt_coredump.h | 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);
|
| /linux-6.15/arch/powerpc/platforms/powernv/ |
| H A D | opal-dump.c | 219 static int64_t dump_read_info(uint32_t *dump_id, uint32_t *dump_size, uint32_t *dump_type) in dump_read_info() argument 238 *dump_type = be32_to_cpu(type); in dump_read_info() 392 uint32_t dump_id, dump_size, dump_type; in process_dump() local 396 rc = dump_read_info(&dump_id, &dump_size, &dump_type); in process_dump() 400 sprintf(name, "0x%x-0x%x", dump_type, dump_id); in process_dump() 413 create_dump_obj(dump_id, dump_size, dump_type); in process_dump()
|
| /linux-6.15/net/netfilter/ipset/ |
| H A D | ip_set_core.c | 1522 u32 dump_type; in ip_set_dump_start() local 1542 dump_type = DUMP_ONE; in ip_set_dump_start() 1545 dump_type = DUMP_ALL; in ip_set_dump_start() 1551 dump_type |= (f << 16); in ip_set_dump_start() 1574 u32 dump_type, dump_flags; in ip_set_dump_do() local 1598 if (dump_type == DUMP_ONE) { in ip_set_dump_do() 1612 if (dump_type != DUMP_ONE && in ip_set_dump_do() 1613 ((dump_type == DUMP_ALL) == in ip_set_dump_do() 1668 if (dump_type == DUMP_ALL) { in ip_set_dump_do() 1669 dump_type = DUMP_LAST; in ip_set_dump_do() [all …]
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cudbg_lib_common.h | 29 u8 dump_type:3; member
|
| H A D | cxgb4_cudbg.c | 190 cudbg_hdr->dump_type = CUDBG_DUMP_TYPE_MINI; in cxgb4_cudbg_collect()
|
| /linux-6.15/arch/s390/kernel/ |
| H A D | ipl.c | 121 enum dump_type { enum 129 static char *dump_type_str(enum dump_type type) in dump_type_str() 168 static enum dump_type dump_type = DUMP_TYPE_NONE; variable 1685 static int dump_set_type(enum dump_type type) in dump_set_type() 1689 dump_type = type; in dump_set_type() 1696 return sysfs_emit(page, "%s\n", dump_type_str(dump_type)); in dump_type_show() 1719 __ATTR(dump_type, 0644, dump_type_show, dump_type_store); 1753 switch (dump_type) { in __dump_run() 1773 if (dump_type == DUMP_TYPE_NONE) in dump_run()
|
| /linux-6.15/arch/powerpc/include/asm/ |
| H A D | opal.h | 178 int64_t opal_dump_init(uint8_t dump_type); 180 int64_t opal_dump_info2(__be32 *dump_id, __be32 *dump_size, __be32 *dump_type);
|