/Linux-v6.6/drivers/net/ethernet/qlogic/qed/ |
D | qed_debug.c | 1097 static u32 qed_dump_str(char *dump_buf, bool dump, const char *str) in qed_dump_str() argument 1100 strcpy(dump_buf, str); in qed_dump_str() 1108 static u32 qed_dump_align(char *dump_buf, bool dump, u32 byte_offset) in qed_dump_align() argument 1116 memset(dump_buf, 0, align_size); in qed_dump_align() 1124 static u32 qed_dump_str_param(u32 *dump_buf, in qed_dump_str_param() argument 1128 char *char_buf = (char *)dump_buf; in qed_dump_str_param() 1151 static u32 qed_dump_num_param(u32 *dump_buf, in qed_dump_num_param() argument 1154 char *char_buf = (char *)dump_buf; in qed_dump_num_param() 1171 *(dump_buf + offset) = param_val; in qed_dump_num_param() 1182 u32 *dump_buf, bool dump) in qed_dump_fw_ver_param() argument [all …]
|
D | qed_dbg_hsi.h | 880 u32 *dump_buf, 918 u32 *dump_buf, 962 u32 *dump_buf, 1000 u32 *dump_buf, 1039 u32 *dump_buf, 1078 u32 *dump_buf, 1113 u32 *dump_buf, 1239 u32 *dump_buf, 1255 u32 *dump_buf, 1288 u32 *dump_buf, [all …]
|
D | qed.h | 692 u8 *dump_buf; member
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
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()
|
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-v6.6/tools/perf/tests/ |
D | code-reading.c | 216 static void dump_buf(unsigned char *buf, size_t len) in dump_buf() function 362 dump_buf(buf1, len); in read_object_code() 364 dump_buf(buf2, len); in read_object_code()
|
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 317 static void dump_buf(void *buf, int size, int data_only, int offset, int idx) in dump_buf() function 880 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset, ent->idx); in dump_command() 883 dump_buf(ent->lay->out, sizeof(ent->lay->out), 1, offset, ent->idx); in dump_command() 887 dump_buf(ent->lay, sizeof(*ent->lay), 0, offset, ent->idx); in dump_command() 894 dump_buf(next->buf, dump_len, 1, offset, ent->idx); in dump_command() 898 dump_buf(next->buf, sizeof(struct mlx5_cmd_prot_block), 0, offset, in dump_command()
|
/Linux-v6.6/drivers/net/ethernet/intel/ |
D | e100.c | 523 u8 dump_buf[596]; member 1389 offsetof(struct mem, dump_buf)); in e100_dump() 2444 return (1 + E100_PHY_REGS) * sizeof(u32) + sizeof(nic->mem->dump_buf); in e100_get_regs_len() 2465 memset(nic->mem->dump_buf, 0, sizeof(nic->mem->dump_buf)); in e100_get_regs() 2468 memcpy(&buff[1 + E100_PHY_REGS], nic->mem->dump_buf, in e100_get_regs() 2469 sizeof(nic->mem->dump_buf)); in e100_get_regs()
|