/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
D | qed_debug.c | 1016 static u32 qed_dump_str(char *dump_buf, bool dump, const char *str) in qed_dump_str() argument 1019 strcpy(dump_buf, str); in qed_dump_str() 1027 static u32 qed_dump_align(char *dump_buf, bool dump, u32 byte_offset) in qed_dump_align() argument 1035 memset(dump_buf, 0, align_size); in qed_dump_align() 1043 static u32 qed_dump_str_param(u32 *dump_buf, in qed_dump_str_param() argument 1047 char *char_buf = (char *)dump_buf; in qed_dump_str_param() 1070 static u32 qed_dump_num_param(u32 *dump_buf, in qed_dump_num_param() argument 1073 char *char_buf = (char *)dump_buf; in qed_dump_num_param() 1090 *(dump_buf + offset) = param_val; in qed_dump_num_param() 1101 u32 *dump_buf, bool dump) in qed_dump_fw_ver_param() argument [all …]
|
D | qed_hsi.h | 3107 u32 *dump_buf, 3145 u32 *dump_buf, 3189 u32 *dump_buf, 3227 u32 *dump_buf, 3266 u32 *dump_buf, 3305 u32 *dump_buf, 3340 u32 *dump_buf, 3462 u32 *dump_buf, 3478 u32 *dump_buf, 3509 u32 *dump_buf, [all …]
|
D | qed.h | 698 u8 *dump_buf; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
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()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
D | code-reading.c | 224 static void dump_buf(unsigned char *buf, size_t len) in dump_buf() function 363 dump_buf(buf1, len); in read_object_code() 365 dump_buf(buf2, len); in read_object_code()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cmd.c | 271 static void dump_buf(void *buf, int size, int data_only, int offset) in dump_buf() function 816 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset); in dump_command() 819 dump_buf(ent->lay->out, sizeof(ent->lay->out), 1, offset); in dump_command() 823 dump_buf(ent->lay, sizeof(*ent->lay), 0, offset); in dump_command() 830 dump_buf(next->buf, dump_len, 1, offset); in dump_command() 834 dump_buf(next->buf, sizeof(struct mlx5_cmd_prot_block), 0, offset); in dump_command()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ |
D | e100.c | 523 u8 dump_buf[596]; member 1389 offsetof(struct mem, dump_buf)); in e100_dump() 2445 return (1 + E100_PHY_REGS) * sizeof(u32) + sizeof(nic->mem->dump_buf); in e100_get_regs_len() 2466 memset(nic->mem->dump_buf, 0, sizeof(nic->mem->dump_buf)); in e100_get_regs() 2469 memcpy(&buff[1 + E100_PHY_REGS], nic->mem->dump_buf, in e100_get_regs() 2470 sizeof(nic->mem->dump_buf)); in e100_get_regs()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 181369 + u8 *dump_buf = NULL; 181373 + dump_buf = kzalloc(size, GFP_KERNEL); 181374 + if (!dump_buf) { 181379 + for (i = 0, buf_ptr = dump_buf; 181383 + mlb150_dev_dump_hex(dump_buf, size); 181385 + kfree(dump_buf);
|