Searched defs:brcmf_console (Results 1 – 1 of 1) sorted by relevance
332 struct brcmf_console { struct333 uint count; /* Poll interval msec counter */334 uint log_addr; /* Log struct address (fixed) */335 struct rte_log_le log_le; /* Log struct (host copy) */336 uint bufsize; /* Size of log buffer */337 u8 *buf; /* Log buffer (host copy) */338 uint last; /* Last buffer read index */