Searched refs:dump_type (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c375 int bnxt_get_coredump(struct bnxt *bp, u16 dump_type, void *buf, u32 *dump_len) argument
377 if (dump_type == BNXT_DUMP_CRASH) {
388 static int bnxt_hwrm_get_dump_len(struct bnxt *bp, u16 dump_type, u32 *dump_len) argument
397 if (dump_type == BNXT_DUMP_CRASH &&
406 if (dump_type == BNXT_DUMP_CRASH)
414 if (dump_type == BNXT_DUMP_CRASH) {
433 u32 bnxt_get_coredump_length(struct bnxt *bp, u16 dump_type) argument
437 if (bnxt_hwrm_get_dump_len(bp, dump_type, &len)) {
438 if (dump_type == BNXT_DUMP_CRASH)
H A Dbnxt_coredump.h114 int bnxt_get_coredump(struct bnxt *bp, u16 dump_type, void *buf, u32 *dump_len);
115 u32 bnxt_get_coredump_length(struct bnxt *bp, u16 dump_type);
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-dump.c219 static int64_t dump_read_info(uint32_t *dump_id, uint32_t *dump_size, uint32_t *dump_type) argument
238 *dump_type = be32_to_cpu(type);
392 uint32_t dump_id, dump_size, dump_type; local
396 rc = dump_read_info(&dump_id, &dump_size, &dump_type);
400 sprintf(name, "0x%x-0x%x", dump_type, dump_id);
413 create_dump_obj(dump_id, dump_size, dump_type);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib_common.h29 u8 dump_type:3; member in struct:cudbg_hdr
H A Dcxgb4_cudbg.c190 cudbg_hdr->dump_type = CUDBG_DUMP_TYPE_MINI;
/linux-master/net/netfilter/ipset/
H A Dip_set_core.c1500 u32 dump_type; local
1520 dump_type = DUMP_ONE;
1523 dump_type = DUMP_ALL;
1529 dump_type |= (f << 16);
1532 cb->args[IPSET_CB_DUMP] = dump_type;
1552 u32 dump_type, dump_flags; local
1562 dump_type = DUMP_TYPE(cb->args[IPSET_CB_DUMP]);
1564 max = dump_type == DUMP_ONE ? cb->args[IPSET_CB_INDEX] + 1
1568 dump_type, dump_flags, cb->args[IPSET_CB_INDEX]);
1576 if (dump_type
[all...]
/linux-master/arch/s390/kernel/
H A Dipl.c119 enum dump_type { enum
127 static char *dump_type_str(enum dump_type type)
166 static enum dump_type dump_type = DUMP_TYPE_NONE; variable in typeref:enum:dump_type
1726 static int dump_set_type(enum dump_type type)
1730 dump_type = type;
1737 return sprintf(page, "%s\n", dump_type_str(dump_type));
1760 __ATTR(dump_type, 0644, dump_type_show, dump_type_store);
1776 switch (dump_type) {
1796 if (dump_type
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dopal.h178 int64_t opal_dump_init(uint8_t dump_type);
180 int64_t opal_dump_info2(__be32 *dump_id, __be32 *dump_size, __be32 *dump_type);

Completed in 151 milliseconds