Lines Matching refs:MEMBLOCK
1508 #define MEMBLOCK 2048 macro
1511 #if (MEMBLOCK + 17 > DHD_IOCTL_MAXLEN)
1512 #error MEMBLOCK/DHD_IOCTL_MAXLEN sizing
1556 uint8 memblock[MEMBLOCK]; in dhd_load_file_bytes()
1565 assert(blk_sz <= MEMBLOCK); in dhd_load_file_bytes()
1572 if (!ISALIGNED(start, MEMBLOCK)) in dhd_load_file_bytes()
1573 read_len = ROUNDUP(start, MEMBLOCK) - start; in dhd_load_file_bytes()
1725 uint memblock_sz = MEMBLOCK; in dhd_download()
1967 uint8 memblock[MEMBLOCK]; in dhd_dldn()
2041 while ((len = fread(memblock, sizeof(uint8), MEMBLOCK, fp))) { in dhd_dldn()
2042 if (len < MEMBLOCK && !feof(fp)) { in dhd_dldn()
2175 len = MIN(MEMBLOCK, size); in dhd_upload()
2397 len = MIN(MEMBLOCK, size); in dhd_coredump()
2506 len = MIN(MEMBLOCK, size); in dhd_consoledump()