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