Searched defs:brcmf_console (Results 1 – 1 of 1) sorted by relevance
421 struct brcmf_console { struct422 uint count; /* Poll interval msec counter */423 uint log_addr; /* Log struct address (fixed) */424 struct rte_log_le log_le; /* Log struct (host copy) */425 uint bufsize; /* Size of log buffer */426 u8 *buf; /* Log buffer (host copy) */427 uint last; /* Last buffer read index */