Searched refs:BCMSTRBUF_LEN (Results 1 – 9 of 9) sorted by relevance
524 if ((uint)buflen > BCMSTRBUF_LEN(b)) { in dhd_macdbg_dumpmac()525 *outbuflen = buflen - BCMSTRBUF_LEN(b); in dhd_macdbg_dumpmac()709 if ((uint)buflen > BCMSTRBUF_LEN(b)) { in dhd_macdbg_dumpsvmp()710 *outbuflen = buflen - BCMSTRBUF_LEN(b); in dhd_macdbg_dumpsvmp()
974 limit = BCMSTRBUF_BUF(b) + BCMSTRBUF_LEN(b) - 80; in bcmdumptslog()
102 #define BCMSTRBUF_LEN(b) (b->size) macro
97 #define BCMSTRBUF_LEN(b) (b->size) macro
112 #define BCMSTRBUF_LEN(b) (b->size) macro