Searched refs:meta_buf_bytes (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/qlogic/qed/ |
| D | qed_debug.c | 6636 u8 *meta_buf_bytes; in qed_mcp_trace_alloc_meta_data() local 6640 meta_buf_bytes = (u8 *)meta_buf; in qed_mcp_trace_alloc_meta_data() 6649 signature = qed_read_dword_from_buf(meta_buf_bytes, &offset); in qed_mcp_trace_alloc_meta_data() 6654 meta->modules_num = qed_read_byte_from_buf(meta_buf_bytes, &offset); in qed_mcp_trace_alloc_meta_data() 6662 u8 module_len = qed_read_byte_from_buf(meta_buf_bytes, &offset); in qed_mcp_trace_alloc_meta_data() 6671 qed_read_str_from_buf(meta_buf_bytes, &offset, module_len, in qed_mcp_trace_alloc_meta_data() 6678 signature = qed_read_dword_from_buf(meta_buf_bytes, &offset); in qed_mcp_trace_alloc_meta_data() 6683 meta->formats_num = qed_read_dword_from_buf(meta_buf_bytes, &offset); in qed_mcp_trace_alloc_meta_data() 6695 format_ptr->data = qed_read_dword_from_buf(meta_buf_bytes, in qed_mcp_trace_alloc_meta_data() 6707 qed_read_str_from_buf(meta_buf_bytes, in qed_mcp_trace_alloc_meta_data()
|