Home
last modified time | relevance | path

Searched refs:dump_buf (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c1016 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 …]
Dqed_hsi.h3107 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 …]
Dqed.h698 u8 *dump_buf; member
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf_dump.c132 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-v5.10/tools/perf/tests/
Dcode-reading.c224 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()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dcmd.c266 static void dump_buf(void *buf, int size, int data_only, int offset) in dump_buf() function
811 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset); in dump_command()
814 dump_buf(ent->lay->out, sizeof(ent->lay->out), 1, offset); in dump_command()
818 dump_buf(ent->lay, sizeof(*ent->lay), 0, offset); in dump_command()
825 dump_buf(next->buf, dump_len, 1, offset); in dump_command()
829 dump_buf(next->buf, sizeof(struct mlx5_cmd_prot_block), 0, offset); in dump_command()
/Linux-v5.10/drivers/net/ethernet/intel/
De100.c523 u8 dump_buf[596]; member
1389 offsetof(struct mem, dump_buf)); in e100_dump()
2438 return 1 + E100_PHY_REGS + sizeof(nic->mem->dump_buf); in e100_get_regs_len()
2455 memset(nic->mem->dump_buf, 0, sizeof(nic->mem->dump_buf)); in e100_get_regs()
2458 memcpy(&buff[2 + E100_PHY_REGS], nic->mem->dump_buf, in e100_get_regs()
2459 sizeof(nic->mem->dump_buf)); in e100_get_regs()