Home
last modified time | relevance | path

Searched refs:CNBUFS (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcm4329/dhdutil/
Dbcmutils.c1342 #define CNBUFS 5 /* # of bufs */ macro
1349 uint len[CNBUFS]; in testcrc32()
1351 uint32 crc32tv[CNBUFS] = in testcrc32()
1354 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL); in testcrc32()
1358 for (j = 0; j < CNBUFS; j++) { in testcrc32()
1364 for (j = 0; j < CNBUFS; j++) { in testcrc32()
1370 MFREE(buf, CBUFSIZ*CNBUFS); in testcrc32()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1451 #define CNBUFS 5 /* # of bufs */ macro
1458 uint len[CNBUFS]; in testcrc32()
1460 uint32 crc32tv[CNBUFS] = in testcrc32()
1463 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL); in testcrc32()
1467 for (j = 0; j < CNBUFS; j++) { in testcrc32()
1473 for (j = 0; j < CNBUFS; j++) { in testcrc32()
1479 MFREE(buf, CBUFSIZ*CNBUFS); in testcrc32()