Searched refs:mcp_trace (Results 1 – 4 of 4) sorted by relevance
143 struct mcp_trace trace; /* 0xe20014 */144 #define MCP_TRACE_P ((struct mcp_trace*)(STRUCT_OFFSET(trace)))
55 struct mcp_trace { struct
95 u32 mfw_trace_parse_trace(struct mcp_trace *p_trace,
4475 signature = ecore_rd(p_hwfn, p_ptt, *trace_data_grc_addr + offsetof(struct mcp_trace, signature)); in ecore_mcp_trace_get_data_info()4481 …*trace_data_size = ecore_rd(p_hwfn, p_ptt, *trace_data_grc_addr + offsetof(struct mcp_trace, size)… in ecore_mcp_trace_get_data_info()4593 …trace_data_size_dwords = DIV_ROUND_UP(trace_data_size_bytes + sizeof(struct mcp_trace), BYTES_IN_D… in ecore_mcp_trace_dump()