Searched refs:dump_buf (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c1988 static u32 ecore_dump_str(char *dump_buf, argument
1993 OSAL_STRCPY(dump_buf, str);
2001 static u32 ecore_dump_align(char *dump_buf, argument
2011 OSAL_MEMSET(dump_buf, 0, align_size);
2019 static u32 ecore_dump_str_param(u32 *dump_buf, argument
2024 char *char_buf = (char *)dump_buf;
2047 static u32 ecore_dump_num_param(u32 *dump_buf, argument
2052 char *char_buf = (char *)dump_buf;
2069 *(dump_buf + offset) = param_val;
2080 u32 *dump_buf,
2078 ecore_dump_fw_ver_param(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
2129 ecore_dump_mfw_ver_param(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
2164 ecore_dump_section_hdr(u32 *dump_buf, bool dump, const char *name, u32 num_params) argument
2175 ecore_dump_common_global_params(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, u8 num_specific_global_params) argument
2203 ecore_dump_last_section(u32 *dump_buf, u32 offset, bool dump) argument
2477 ecore_bus_dump_int_buf_range(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, u32 start_line, u32 end_line) argument
2501 ecore_bus_dump_int_buf(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
2534 ecore_bus_dump_pci_buf_range(struct ecore_hwfn *p_hwfn, u32 *dump_buf, bool dump, u32 start_line, u32 end_line) argument
2563 ecore_bus_dump_pci_buf(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
2599 ecore_bus_dump_data(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
2643 ecore_bus_dump_inputs(struct ecore_hwfn *p_hwfn, u32 *dump_buf, bool dump) argument
2690 ecore_bus_dump_hdr(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
2937 ecore_grc_dump_regs_hdr(u32 *dump_buf, bool dump, u32 num_reg_entries, const char *split_type, int split_id, const char *param_name, const char *param_val) argument
2978 ecore_grc_dump_addr_range(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, u32 addr, u32 len, bool wide_bus) argument
3015 ecore_grc_dump_reg_entry_hdr(u32 *dump_buf, bool dump, u32 addr, u32 len) argument
3029 ecore_grc_dump_reg_entry(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, u32 addr, u32 len, bool wide_bus) argument
3052 ecore_grc_dump_reg_entry_skip(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, u32 addr, u32 total_len, u32 read_len, u32 skip_len) argument
3088 ecore_grc_dump_regs_entries(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct dbg_array input_regs_arr, u32 *dump_buf, bool dump, bool block_enable[MAX_BLOCK_ID], u32 *num_dumped_reg_entries) argument
3133 ecore_grc_dump_split_data(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct dbg_array input_regs_arr, u32 *dump_buf, bool dump, bool block_enable[MAX_BLOCK_ID], const char *split_type_name, u32 split_id, const char *param_name, const char *param_val) argument
3162 ecore_grc_dump_registers(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, bool block_enable[MAX_BLOCK_ID], const char *param_name, const char *param_val) argument
3234 ecore_grc_dump_reset_regs(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
3264 ecore_grc_dump_modified_regs(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
3322 ecore_grc_dump_special_regs(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
3352 ecore_grc_dump_mem_hdr(struct ecore_hwfn *p_hwfn, u32 *dump_buf, bool dump, const char *name, u32 addr, u32 len, u32 bit_width, bool packed, const char *mem_group, bool is_storm, char storm_letter) argument
3429 ecore_grc_dump_mem(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, const char *name, u32 addr, u32 len, bool wide_bus, u32 bit_width, bool packed, const char *mem_group, bool is_storm, char storm_letter) argument
3452 ecore_grc_dump_mem_entries(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, struct dbg_array input_mems_arr, u32 *dump_buf, bool dump) argument
3541 ecore_grc_dump_memories(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
3580 ecore_grc_dump_ctx_data(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, const char *name, u32 num_lids, u32 lid_size, u32 rd_reg_addr, u8 storm_id) argument
3616 ecore_grc_dump_ctx(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
3651 ecore_grc_dump_iors(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
3677 ecore_grc_dump_vfc_cam(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, u8 storm_id) argument
3713 ecore_grc_dump_vfc_ram(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, u8 storm_id, struct vfc_ram_defs *ram_defs) argument
3750 ecore_grc_dump_vfc(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
3777 ecore_grc_dump_rss(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
3819 ecore_grc_dump_big_ram(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, u8 big_ram_id) argument
3856 ecore_grc_dump_mcp(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
3897 ecore_grc_dump_phy(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
3962 ecore_grc_dump_static_debug(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
4043 ecore_grc_dump(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, u32 *num_dumped_dwords) argument
4180 ecore_idle_chk_dump_failure(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, u16 rule_id, const struct dbg_idle_chk_rule *rule, u16 fail_entry_id, u32 *cond_reg_values) argument
4292 ecore_idle_chk_dump_rule_entries(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, const struct dbg_idle_chk_rule *input_rules, u32 num_input_rules, u32 *num_failing_rules) argument
4394 ecore_idle_chk_dump(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
4603 ecore_mcp_trace_dump(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, u32 *num_dumped_dwords) argument
4687 ecore_reg_fifo_dump(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, u32 *num_dumped_dwords) argument
4741 ecore_igu_fifo_dump(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, u32 *num_dumped_dwords) argument
4794 ecore_protection_override_dump(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump, u32 *num_dumped_dwords) argument
4836 ecore_fw_asserts_dump(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, bool dump) argument
5927 ecore_dbg_bus_dump(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, u32 buf_size_in_dwords, u32 *num_dumped_dwords) argument
6081 ecore_dbg_grc_dump(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, u32 buf_size_in_dwords, u32 *num_dumped_dwords) argument
6139 ecore_dbg_idle_chk_dump(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, u32 buf_size_in_dwords, u32 *num_dumped_dwords) argument
6183 ecore_dbg_mcp_trace_dump(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, u32 buf_size_in_dwords, u32 *num_dumped_dwords) argument
6225 ecore_dbg_reg_fifo_dump(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, u32 buf_size_in_dwords, u32 *num_dumped_dwords) argument
6268 ecore_dbg_igu_fifo_dump(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, u32 buf_size_in_dwords, u32 *num_dumped_dwords) argument
6311 ecore_dbg_protection_override_dump(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, u32 buf_size_in_dwords, u32 *num_dumped_dwords) argument
6359 ecore_dbg_fw_asserts_dump(struct ecore_hwfn *p_hwfn, struct ecore_ptt *p_ptt, u32 *dump_buf, u32 buf_size_in_dwords, u32 *num_dumped_dwords) argument
[all...]
H A Decore_dbg_fw_funcs.h536 * @param dump_buf - Pointer to copy the recorded data into.
547 u32 *dump_buf,
596 * @param dump_buf - Pointer to write the collected GRC data into.
607 u32 *dump_buf,
633 * @param dump_buf - Pointer to write the idle check data into.
644 u32 *dump_buf,
673 * @param dump_buf - Pointer to write the mcp trace data into.
688 u32 *dump_buf,
714 * @param dump_buf - Pointer to write the reg fifo data into.
726 u32 *dump_buf,
[all...]
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c302 static void dump_buf(void *buf, int size, int data_only, int offset) function
740 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset);
743 dump_buf(ent->lay->out, sizeof(ent->lay->out), 1, offset);
747 dump_buf(ent->lay, sizeof(*ent->lay), 0, offset);
762 dump_buf(block->data, dump_len, 1, offset);
766 dump_buf(block, sizeof(*block), 0, offset);
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_msfees.c324 #ifndef DUMP_BUF_SIZE /* Size of buffer to be used by dump_buf */
349 static void dump_buf P((l_fp *coffs, int from, int to, char *text));
371 dump_buf( function
1279 dump_buf(coffs, 0, samples, "Raw data is:");
1301 if (ees->dump_vals) dump_buf(coffs, i, noff, "Reduced to:");
/freebsd-current/sys/dev/ixl/
H A Dixl_pf_main.c4567 u8 dump_buf[4096]; local
4580 dump_buf, &ret_buff_size, &ret_next_table, &ret_next_index, NULL);
4588 bcopy(dump_buf, (caddr_t)final_buff + final_buff_len, ret_buff_size);
4613 bzero(dump_buf, sizeof(dump_buf));
/freebsd-current/sys/dev/ipmi/
H A Dipmi.c1082 dump_buf(u_char *data, int len) function

Completed in 221 milliseconds