Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_debug.c6604 u8 *meta_buf_bytes = (u8 *)meta_buf; in qed_mcp_trace_alloc_meta() local
6614 signature = qed_read_dword_from_buf(meta_buf_bytes, &offset); in qed_mcp_trace_alloc_meta()
6619 meta->modules_num = qed_read_byte_from_buf(meta_buf_bytes, &offset); in qed_mcp_trace_alloc_meta()
6627 u8 module_len = qed_read_byte_from_buf(meta_buf_bytes, &offset); in qed_mcp_trace_alloc_meta()
6636 qed_read_str_from_buf(meta_buf_bytes, &offset, module_len, in qed_mcp_trace_alloc_meta()
6643 signature = qed_read_dword_from_buf(meta_buf_bytes, &offset); in qed_mcp_trace_alloc_meta()
6648 meta->formats_num = qed_read_dword_from_buf(meta_buf_bytes, &offset); in qed_mcp_trace_alloc_meta()
6660 format_ptr->data = qed_read_dword_from_buf(meta_buf_bytes, in qed_mcp_trace_alloc_meta()
6672 qed_read_str_from_buf(meta_buf_bytes, in qed_mcp_trace_alloc_meta()