Home
last modified time | relevance | path

Searched defs:mcp_trace (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/
H A Dmfw_hsi.h55 struct mcp_trace { struct
56 u32 signature; /* Help to identify that the trace is valid */
57 u32 size; /* the size of the trace buffer in bytes*/
58 u32 curr_level; /* 2 - all will be written to the buffer
62 u32 modules_mask[2];/* a bit per module, 1 means write it, 0 means mask it */
65 u32 trace_prod; /* The next trace will be written to this offset */
66 … /* The oldest valid trace starts at this offset (usually very close after the current producer) */