| /linux-6.15/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_debug.c | 6650 dump_buf += qed_read_section_hdr(dump_buf, in qed_parse_idle_chk_dump() 6666 dump_buf += qed_read_section_hdr(dump_buf, in qed_parse_idle_chk_dump() 6671 dump_buf += qed_read_param(dump_buf, in qed_parse_idle_chk_dump() 6676 dump_buf += qed_read_param(dump_buf, in qed_parse_idle_chk_dump() 7002 dump_buf += qed_read_section_hdr(dump_buf, in qed_parse_mcp_trace_dump() 7017 dump_buf += qed_read_param(dump_buf, in qed_parse_mcp_trace_dump() 7038 dump_buf += qed_read_param(dump_buf, in qed_parse_mcp_trace_dump() 7117 dump_buf += qed_read_param(dump_buf, in qed_parse_reg_fifo_dump() 7342 dump_buf += qed_read_param(dump_buf, in qed_parse_igu_fifo_dump() 7397 dump_buf += qed_read_param(dump_buf, in qed_parse_protection_override_dump() [all …]
|
| H A D | qed_dbg_hsi.h | 880 u32 *dump_buf, 1078 u32 *dump_buf, 1113 u32 *dump_buf, 1239 u32 *dump_buf, 1255 u32 *dump_buf, 1320 u32 *dump_buf, 1334 u8 *dump_buf, 1361 u32 *dump_buf, 1376 u32 *dump_buf, 1393 u32 *dump_buf, [all …]
|
| H A D | qed.h | 690 u8 *dump_buf; member
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_split.c | 6 static char *dump_buf; variable 67 dump_buf_file = open_memstream(&dump_buf, &dump_buf_sz); in test_btf_split() 78 dump_buf[dump_buf_sz] = 0; /* some libc implementations don't do this */ in test_btf_split() 79 ASSERT_STREQ(dump_buf, in test_btf_split() 93 free(dump_buf); in test_btf_split()
|
| H A D | btf_dump.c | 132 char *dump_buf; member 140 free(t->dump_buf); in test_ctx__free() 147 t->dump_buf_file = open_memstream(&t->dump_buf, &t->dump_buf_sz); in test_ctx__init() 176 t->dump_buf[t->dump_buf_sz] = 0; /* some libc implementations don't do this */ in test_ctx__dump_and_compare() 178 ASSERT_STREQ(t->dump_buf, expected_output, message); in test_ctx__dump_and_compare()
|
| /linux-6.15/tools/perf/tests/ |
| H A D | code-reading.c | 306 static void dump_buf(unsigned char *buf, size_t len) in dump_buf() function 462 dump_buf(buf1, len); in read_object_code() 464 dump_buf(buf2, len); in read_object_code()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | cmd.c | 325 static void dump_buf(void *buf, int size, int data_only, int offset, int idx) in dump_buf() function 895 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset, ent->idx); in dump_command() 898 dump_buf(ent->lay->out, sizeof(ent->lay->out), 1, offset, ent->idx); in dump_command() 902 dump_buf(ent->lay, sizeof(*ent->lay), 0, offset, ent->idx); in dump_command() 909 dump_buf(next->buf, dump_len, 1, offset, ent->idx); in dump_command() 913 dump_buf(next->buf, sizeof(struct mlx5_cmd_prot_block), 0, offset, in dump_command()
|
| /linux-6.15/drivers/net/ethernet/intel/ |
| H A D | e100.c | 522 u8 dump_buf[596]; member 1388 offsetof(struct mem, dump_buf)); in e100_dump() 2443 return (1 + E100_PHY_REGS) * sizeof(u32) + sizeof(nic->mem->dump_buf); in e100_get_regs_len() 2464 memset(nic->mem->dump_buf, 0, sizeof(nic->mem->dump_buf)); in e100_get_regs() 2467 memcpy(&buff[1 + E100_PHY_REGS], nic->mem->dump_buf, in e100_get_regs() 2468 sizeof(nic->mem->dump_buf)); in e100_get_regs()
|