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