Searched refs:dump_buf (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/net/ethernet/qlogic/qed/ |
| A D | qed_debug.c | 6649 dump_buf += qed_read_section_hdr(dump_buf, in qed_parse_idle_chk_dump() 6665 dump_buf += qed_read_section_hdr(dump_buf, in qed_parse_idle_chk_dump() 6670 dump_buf += qed_read_param(dump_buf, in qed_parse_idle_chk_dump() 6675 dump_buf += qed_read_param(dump_buf, in qed_parse_idle_chk_dump() 7001 dump_buf += qed_read_section_hdr(dump_buf, in qed_parse_mcp_trace_dump() 7016 dump_buf += qed_read_param(dump_buf, in qed_parse_mcp_trace_dump() 7037 dump_buf += qed_read_param(dump_buf, in qed_parse_mcp_trace_dump() 7116 dump_buf += qed_read_param(dump_buf, in qed_parse_reg_fifo_dump() 7341 dump_buf += qed_read_param(dump_buf, in qed_parse_igu_fifo_dump() 7396 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 | 690 u8 *dump_buf; member
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| 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()
|
| A D | btf_dump.c | 129 static char *dump_buf; variable 139 dump_buf_file = open_memstream(&dump_buf, &dump_buf_sz); in test_btf_dump_incremental() 191 dump_buf[dump_buf_sz] = 0; /* some libc implementations don't do this */ in test_btf_dump_incremental() 193 ASSERT_STREQ(dump_buf, in test_btf_dump_incremental() 241 dump_buf[dump_buf_sz] = 0; /* some libc implementations don't do this */ in test_btf_dump_incremental() 242 ASSERT_STREQ(dump_buf, in test_btf_dump_incremental() 253 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 372 dump_buf(buf1, len); in read_object_code() 374 dump_buf(buf2, len); in read_object_code()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | cmd.c | 320 static void dump_buf(void *buf, int size, int data_only, int offset, int idx) in dump_buf() function 890 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset, ent->idx); in dump_command() 893 dump_buf(ent->lay->out, sizeof(ent->lay->out), 1, offset, ent->idx); in dump_command() 897 dump_buf(ent->lay, sizeof(*ent->lay), 0, offset, ent->idx); in dump_command() 904 dump_buf(next->buf, dump_len, 1, offset, ent->idx); in dump_command() 908 dump_buf(next->buf, sizeof(struct mlx5_cmd_prot_block), 0, offset, in dump_command()
|
| /linux/drivers/net/ethernet/intel/ |
| 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()
|
Completed in 53 milliseconds