Searched refs:meta_buf_bytes (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/qede/ |
| H A D | qede_debug.c | 6363 u8 *meta_buf_bytes = (u8 *)(osal_uintptr_t)meta_buf; in qed_mcp_trace_alloc_meta_data() local 6375 signature = qed_read_dword_from_buf(meta_buf_bytes, &offset); in qed_mcp_trace_alloc_meta_data() 6380 meta->modules_num = qed_read_byte_from_buf(meta_buf_bytes, &offset); in qed_mcp_trace_alloc_meta_data() 6388 u8 module_len = qed_read_byte_from_buf(meta_buf_bytes, &offset); in qed_mcp_trace_alloc_meta_data() 6399 qed_read_str_from_buf(meta_buf_bytes, &offset, module_len, in qed_mcp_trace_alloc_meta_data() 6406 signature = qed_read_dword_from_buf(meta_buf_bytes, &offset); in qed_mcp_trace_alloc_meta_data() 6411 meta->formats_num = qed_read_dword_from_buf(meta_buf_bytes, &offset); in qed_mcp_trace_alloc_meta_data() 6425 format_ptr->data = qed_read_dword_from_buf(meta_buf_bytes, in qed_mcp_trace_alloc_meta_data() 6438 qed_read_str_from_buf(meta_buf_bytes, in qed_mcp_trace_alloc_meta_data()
|