Searched defs:dump_buf (Results 1 – 2 of 2) sorted by relevance
/dpdk/drivers/net/qede/ |
H A D | qede_debug.c | 1014 static u32 qed_dump_str(char *dump_buf, bool dump, const char *str) in qed_dump_str() 1025 static u32 qed_dump_align(char *dump_buf, bool dump, u32 byte_offset) in qed_dump_align() 1041 static u32 qed_dump_str_param(u32 *dump_buf, in qed_dump_str_param() 1068 static u32 qed_dump_num_param(u32 *dump_buf, in qed_dump_num_param() 1099 u32 *dump_buf, bool dump) in qed_dump_fw_ver_param() 1144 u32 *dump_buf, bool dump) in qed_dump_mfw_ver_param() 1193 u32 *dump_buf, bool dump) in qed_dump_chip_revision_param() 1214 static u32 qed_dump_section_hdr(u32 *dump_buf, in qed_dump_section_hdr() 1225 u32 *dump_buf, in qed_dump_common_global_params() 1277 static u32 qed_dump_last_section(u32 *dump_buf, u32 offset, bool dump) in qed_dump_last_section() [all …]
|
/dpdk/drivers/net/qede/base/ |
H A D | ecore.h | 749 u8 *dump_buf; member
|