Searched refs:CBUFSIZ (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcmutils.c | 2865 #define CBUFSIZ (CLEN+4) macro 2878 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL); in testcrc32() 2885 *(buf + j*CBUFSIZ + (k+l)) = (j+k) & 0xff; in testcrc32() 2889 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32() 2894 MFREE(buf, CBUFSIZ*CNBUFS); in testcrc32()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcmutils.c | 2865 #define CBUFSIZ (CLEN+4) macro 2878 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL); in testcrc32() 2885 *(buf + j*CBUFSIZ + (k+l)) = (j+k) & 0xff; in testcrc32() 2889 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32() 2894 MFREE(buf, CBUFSIZ*CNBUFS); in testcrc32()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcmutils.c | 1892 #define CBUFSIZ (CLEN+4) macro 1905 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL); in testcrc32() 1912 *(buf + j*CBUFSIZ + (k+l)) = (j+k) & 0xff; in testcrc32() 1916 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32() 1921 MFREE(buf, CBUFSIZ*CNBUFS); in testcrc32()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcmutils.c | 2865 #define CBUFSIZ (CLEN+4) macro 2878 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL); in testcrc32() 2885 *(buf + j*CBUFSIZ + (k+l)) = (j+k) & 0xff; in testcrc32() 2889 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32() 2894 MFREE(buf, CBUFSIZ*CNBUFS); in testcrc32()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmutils.c | 4054 #define CBUFSIZ (CLEN+4) macro 4067 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL); in testcrc32() 4074 *(buf + j*CBUFSIZ + (k+l)) = (j+k) & 0xff; in testcrc32() 4078 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32() 4083 MFREE(buf, CBUFSIZ*CNBUFS); in testcrc32()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcmutils.c | 4054 #define CBUFSIZ (CLEN+4) macro 4067 ASSERT((buf = MALLOC(CBUFSIZ*CNBUFS)) != NULL); in testcrc32() 4074 *(buf + j*CBUFSIZ + (k+l)) = (j+k) & 0xff; in testcrc32() 4078 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32() 4083 MFREE(buf, CBUFSIZ*CNBUFS); in testcrc32()
|