Lines Matching refs:MEMBLOCK
1509 #define MEMBLOCK 2048 macro
1512 #if (MEMBLOCK + 17 > DHD_IOCTL_MAXLEN)
1513 #error MEMBLOCK/DHD_IOCTL_MAXLEN sizing
1557 uint8 memblock[MEMBLOCK]; in dhd_load_file_bytes()
1566 assert(blk_sz <= MEMBLOCK); in dhd_load_file_bytes()
1573 if (!ISALIGNED(start, MEMBLOCK)) in dhd_load_file_bytes()
1574 read_len = ROUNDUP(start, MEMBLOCK) - start; in dhd_load_file_bytes()
1726 uint memblock_sz = MEMBLOCK; in dhd_download()
1968 uint8 memblock[MEMBLOCK]; in dhd_dldn()
2042 while ((len = fread(memblock, sizeof(uint8), MEMBLOCK, fp))) { in dhd_dldn()
2043 if (len < MEMBLOCK && !feof(fp)) { in dhd_dldn()
2176 len = MIN(MEMBLOCK, size); in dhd_upload()
2398 len = MIN(MEMBLOCK, size); in dhd_coredump()
2507 len = MIN(MEMBLOCK, size); in dhd_consoledump()