Searched defs:brcmf_console (Results 1 – 1 of 1) sorted by relevance
327 struct brcmf_console { struct328 uint count; /* Poll interval msec counter */329 uint log_addr; /* Log struct address (fixed) */330 struct rte_log_le log_le; /* Log struct (host copy) */331 uint bufsize; /* Size of log buffer */332 u8 *buf; /* Log buffer (host copy) */333 uint last; /* Last buffer read index */