Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/mb/common/include/
Dmb_fileinfo.h120 static inline MbSegmentInfo *MBi_GetSegmentInfo(MbDownloadFileInfoHeader * mdfi, int i) in MBi_GetSegmentInfo() argument
122 return ((MbSegmentInfo *) (mdfi + 1)) + i; in MBi_GetSegmentInfo()
125 BOOL MBi_MakeBlockInfoTable(MB_BlockInfoTable * table, MbDownloadFileInfoHeader * mdfi);
127 MbDownloadFileInfoHeader * mdfi);
/TwlSDK-5.1.0/build/libraries/mb/common/src/
Dmb_fileinfo.c473 MbDownloadFileInfoHeader *mdfi; in MB_RegisterFile() local
526 mdfi = &pPwork->fileinfo[fileID].dl_fileinfo.header; in MB_RegisterFile()
529 MBi_MakeDownloadFileInfo(mdfi, buf); in MB_RegisterFile()
532 ((MBDownloadFileInfo *) mdfi)->reserved, HW_DOWNLOAD_PARAMETER_SIZE); in MB_RegisterFile()
535 if (FALSE == MBi_MakeBlockInfoTable(&pPwork->fileinfo[fileID].blockinfo_table, mdfi)) in MB_RegisterFile()
868 BOOL MBi_MakeBlockInfoTable(MB_BlockInfoTable * table, MbDownloadFileInfoHeader * mdfi) in MBi_MakeBlockInfoTable() argument
875 if (!mdfi) in MBi_MakeBlockInfoTable()
880 MbSegmentInfo *si = MBi_GetSegmentInfo(mdfi, i); in MBi_MakeBlockInfoTable()
889 MbSegmentInfo *si = MBi_GetSegmentInfo(mdfi, i); in MBi_MakeBlockInfoTable()
924 u32 block, MbDownloadFileInfoHeader * mdfi) in MBi_get_blockinfo() argument
[all …]