Searched refs:dump_buf (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
| D | qed_debug.c | 1910 static u32 qed_dump_str(char *dump_buf, bool dump, const char *str) in qed_dump_str() argument 1913 strcpy(dump_buf, str); in qed_dump_str() 1921 static u32 qed_dump_align(char *dump_buf, bool dump, u32 byte_offset) in qed_dump_align() argument 1929 memset(dump_buf, 0, align_size); in qed_dump_align() 1937 static u32 qed_dump_str_param(u32 *dump_buf, in qed_dump_str_param() argument 1941 char *char_buf = (char *)dump_buf; in qed_dump_str_param() 1964 static u32 qed_dump_num_param(u32 *dump_buf, in qed_dump_num_param() argument 1967 char *char_buf = (char *)dump_buf; in qed_dump_num_param() 1984 *(dump_buf + offset) = param_val; in qed_dump_num_param() 1995 u32 *dump_buf, bool dump) in qed_dump_fw_ver_param() argument [all …]
|
| D | qed_hsi.h | 3083 u32 *dump_buf, 3121 u32 *dump_buf, 3165 u32 *dump_buf, 3203 u32 *dump_buf, 3242 u32 *dump_buf, 3281 u32 *dump_buf, 3316 u32 *dump_buf, 3418 u32 *dump_buf, 3434 u32 *dump_buf, 3465 u32 *dump_buf, [all …]
|
| D | qed.h | 716 u8 *dump_buf; member
|
| /Linux-v5.4/tools/perf/tests/ |
| D | code-reading.c | 223 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-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | cmd.c | 250 static void dump_buf(void *buf, int size, int data_only, int offset) in dump_buf() function 795 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset); in dump_command() 798 dump_buf(ent->lay->out, sizeof(ent->lay->out), 1, offset); in dump_command() 802 dump_buf(ent->lay, sizeof(*ent->lay), 0, offset); in dump_command() 809 dump_buf(next->buf, dump_len, 1, offset); in dump_command() 813 dump_buf(next->buf, sizeof(struct mlx5_cmd_prot_block), 0, offset); in dump_command()
|
| /Linux-v5.4/drivers/net/ethernet/intel/ |
| D | e100.c | 526 u8 dump_buf[596]; member 1392 offsetof(struct mem, dump_buf)); in e100_dump() 2442 return 1 + E100_PHY_REGS + sizeof(nic->mem->dump_buf); in e100_get_regs_len() 2459 memset(nic->mem->dump_buf, 0, sizeof(nic->mem->dump_buf)); in e100_get_regs() 2462 memcpy(&buff[2 + E100_PHY_REGS], nic->mem->dump_buf, in e100_get_regs() 2463 sizeof(nic->mem->dump_buf)); in e100_get_regs()
|