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