Searched refs:dump_buf (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_debug.c | 6637 dump_buf += qed_read_section_hdr(dump_buf, in qed_parse_idle_chk_dump() 6653 dump_buf += qed_read_section_hdr(dump_buf, in qed_parse_idle_chk_dump() 6658 dump_buf += qed_read_param(dump_buf, in qed_parse_idle_chk_dump() 6663 dump_buf += qed_read_param(dump_buf, in qed_parse_idle_chk_dump() 6989 dump_buf += qed_read_section_hdr(dump_buf, in qed_parse_mcp_trace_dump() 7004 dump_buf += qed_read_param(dump_buf, in qed_parse_mcp_trace_dump() 7025 dump_buf += qed_read_param(dump_buf, in qed_parse_mcp_trace_dump() 7104 dump_buf += qed_read_param(dump_buf, in qed_parse_reg_fifo_dump() 7329 dump_buf += qed_read_param(dump_buf, in qed_parse_igu_fifo_dump() 7384 dump_buf += qed_read_param(dump_buf, in qed_parse_protection_override_dump() [all …]
|
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 …]
|
A D | qed.h | 692 u8 *dump_buf; member
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | btf_split.c | 6 static char *dump_buf; variable 68 dump_buf_file = open_memstream(&dump_buf, &dump_buf_sz); in test_btf_split() 80 dump_buf[dump_buf_sz] = 0; /* some libc implementations don't do this */ in test_btf_split() 81 ASSERT_STREQ(dump_buf, in test_btf_split() 95 free(dump_buf); in test_btf_split()
|
A D | btf_dump.c | 132 static char *dump_buf; variable 143 dump_buf_file = open_memstream(&dump_buf, &dump_buf_sz); in test_btf_dump_incremental() 180 dump_buf[dump_buf_sz] = 0; /* some libc implementations don't do this */ in test_btf_dump_incremental() 181 ASSERT_STREQ(dump_buf, in test_btf_dump_incremental() 219 dump_buf[dump_buf_sz] = 0; /* some libc implementations don't do this */ in test_btf_dump_incremental() 220 ASSERT_STREQ(dump_buf, in test_btf_dump_incremental() 230 free(dump_buf); in test_btf_dump_incremental()
|
/linux/tools/perf/tests/ |
A D | code-reading.c | 216 static void dump_buf(unsigned char *buf, size_t len) in dump_buf() function 355 dump_buf(buf1, len); in read_object_code() 357 dump_buf(buf2, len); in read_object_code()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | cmd.c | 271 static void dump_buf(void *buf, int size, int data_only, int offset, int idx) in dump_buf() function 825 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset, ent->idx); in dump_command() 828 dump_buf(ent->lay->out, sizeof(ent->lay->out), 1, offset, ent->idx); in dump_command() 832 dump_buf(ent->lay, sizeof(*ent->lay), 0, offset, ent->idx); in dump_command() 839 dump_buf(next->buf, dump_len, 1, offset, ent->idx); in dump_command() 843 dump_buf(next->buf, sizeof(struct mlx5_cmd_prot_block), 0, offset, in dump_command()
|
/linux/drivers/net/ethernet/intel/ |
A D | e100.c | 523 u8 dump_buf[596]; member 1389 offsetof(struct mem, dump_buf)); in e100_dump() 2448 return (1 + E100_PHY_REGS) * sizeof(u32) + sizeof(nic->mem->dump_buf); in e100_get_regs_len() 2469 memset(nic->mem->dump_buf, 0, sizeof(nic->mem->dump_buf)); in e100_get_regs() 2472 memcpy(&buff[1 + E100_PHY_REGS], nic->mem->dump_buf, in e100_get_regs() 2473 sizeof(nic->mem->dump_buf)); in e100_get_regs()
|
Completed in 47 milliseconds