Lines Matching refs:fsize
1551 dhd_load_file_bytes(void *dhd, cmd_t *cmd, FILE *fp, int fsize, int start, uint blk_sz, bool verify) in dhd_load_file_bytes() argument
1563 if (!fsize || !fp) in dhd_load_file_bytes()
1568 while (tot_len < fsize) { in dhd_load_file_bytes()
1569 read_len = fsize - tot_len; in dhd_load_file_bytes()
1710 int fsize; in dhd_download()
1791 if ((fsize = file_size(fname)) < 0) { in dhd_download()
1836 fsize = (int)(trx_hdr.offsets[0]); in dhd_download()
1871 fsize = (int)(trx_hdr.offsets[0] + sizeof(struct trx_header)); in dhd_download()
1878 if ((ret = dhd_load_file_bytes(dhd, cmd, fp, fsize, start, memblock_sz, verify))) { in dhd_download()
1961 int fsize; in dhd_dldn()
2017 if ((fsize = file_size(fname)) < 0) { in dhd_dldn()
2024 if (ramsize && ((uint32)fsize > ramsize)) { in dhd_dldn()
2026 __FUNCTION__, fname, fsize, ramsize); in dhd_dldn()