Home
last modified time | relevance | path

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

/drivers/net/ethernet/qlogic/qed/
A Dqed_debug.c6650 dump_buf += qed_read_section_hdr(dump_buf, in qed_parse_idle_chk_dump()
6666 dump_buf += qed_read_section_hdr(dump_buf, in qed_parse_idle_chk_dump()
6671 dump_buf += qed_read_param(dump_buf, in qed_parse_idle_chk_dump()
6676 dump_buf += qed_read_param(dump_buf, in qed_parse_idle_chk_dump()
7002 dump_buf += qed_read_section_hdr(dump_buf, in qed_parse_mcp_trace_dump()
7017 dump_buf += qed_read_param(dump_buf, in qed_parse_mcp_trace_dump()
7038 dump_buf += qed_read_param(dump_buf, in qed_parse_mcp_trace_dump()
7117 dump_buf += qed_read_param(dump_buf, in qed_parse_reg_fifo_dump()
7342 dump_buf += qed_read_param(dump_buf, in qed_parse_igu_fifo_dump()
7397 dump_buf += qed_read_param(dump_buf, in qed_parse_protection_override_dump()
[all …]
A Dqed_dbg_hsi.h880 u32 *dump_buf,
1078 u32 *dump_buf,
1113 u32 *dump_buf,
1239 u32 *dump_buf,
1255 u32 *dump_buf,
1288 u32 *dump_buf,
1303 u32 *dump_buf,
1330 u32 *dump_buf,
1345 u32 *dump_buf,
1362 u32 *dump_buf,
[all …]
A Dqed.h690 u8 *dump_buf; member
/drivers/net/ethernet/mellanox/mlx5/core/
A Dcmd.c325 static void dump_buf(void *buf, int size, int data_only, int offset, int idx) in dump_buf() function
895 dump_buf(ent->lay->in, sizeof(ent->lay->in), 1, offset, ent->idx); in dump_command()
898 dump_buf(ent->lay->out, sizeof(ent->lay->out), 1, offset, ent->idx); in dump_command()
902 dump_buf(ent->lay, sizeof(*ent->lay), 0, offset, ent->idx); in dump_command()
909 dump_buf(next->buf, dump_len, 1, offset, ent->idx); in dump_command()
913 dump_buf(next->buf, sizeof(struct mlx5_cmd_prot_block), 0, offset, in dump_command()
/drivers/net/ethernet/intel/
A De100.c522 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 43 milliseconds