Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H 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()
/freebsd/sys/contrib/dev/athk/ath11k/
H 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()
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_coredump.c155 bnxt_get_coredump(struct bnxt_softc *softc, uint16_t dump_type, void *buf, in bnxt_get_coredump() argument
158 if (dump_type == BNXT_DUMP_CRASH && in bnxt_get_coredump()
169 bnxt_get_coredump_length(struct bnxt_softc *softc, uint16_t dump_type) in bnxt_get_coredump_length() argument
173 if (dump_type == BNXT_DUMP_CRASH && in bnxt_get_coredump_length()
182 if (bnxt_hwrm_get_dump_len(softc, dump_type, &len)) in bnxt_get_coredump_length()
H A Dbnxt_coredump.h41 int bnxt_hwrm_get_dump_len(struct bnxt_softc *softc, uint16_t dump_type,
45 uint32_t bnxt_get_coredump_length(struct bnxt_softc *softc, uint16_t dump_type);
46 int bnxt_get_coredump(struct bnxt_softc *softc, uint16_t dump_type, void *buf,
H A Dbnxt_hwrm.c3507 bnxt_hwrm_get_dump_len(struct bnxt_softc *softc, uint16_t dump_type, in bnxt_hwrm_get_dump_len() argument
3515 dump_type == BNXT_DUMP_DRIVER) in bnxt_hwrm_get_dump_len()
3518 if (dump_type == BNXT_DUMP_CRASH && in bnxt_hwrm_get_dump_len()
3526 if (dump_type == BNXT_DUMP_CRASH) { in bnxt_hwrm_get_dump_len()
3540 if (dump_type == BNXT_DUMP_CRASH) { in bnxt_hwrm_get_dump_len()
/freebsd/bin/kenv/
H A Dkenv.c39 static int kdumpenv(int dump_type);
147 kdumpenv(int dump_type) in kdumpenv() argument
152 envlen = kenv(dump_type, NULL, NULL, 0); in kdumpenv()
160 envlen = kenv(dump_type, NULL, buf, buflen); in kdumpenv()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_perfmgr.h276 perfmgr_db_dump_t dump_type);
H A Dosm_perfmgr_db.h197 perfmgr_db_dump_t dump_type);
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr_db.c927 perfmgr_db_dump_t dump_type; member
936 switch (c->dump_type) { in db_dump()
1018 perfmgr_db_dump(perfmgr_db_t * db, char *file, perfmgr_db_dump_t dump_type) in perfmgr_db_dump() argument
1025 context.dump_type = dump_type; in perfmgr_db_dump()
H A Dosm_perfmgr.c2011 void osm_perfmgr_dump_counters(osm_perfmgr_t * pm, perfmgr_db_dump_t dump_type) in osm_perfmgr_dump_counters() argument
2023 if (perfmgr_db_dump(pm->db, file_name, dump_type) != 0) in osm_perfmgr_dump_counters()