Searched refs:nextImage (Results 1 – 1 of 1) sorted by relevance
3687 u32 nextImage; in mpt_downloadboot() local3764 nextImage = pFwHeader->NextImageHeaderOffset; in mpt_downloadboot()3765 while (nextImage) { in mpt_downloadboot()3766 pExtImage = (MpiExtImageHeader_t *) ((char *)pFwHeader + nextImage); in mpt_downloadboot()3780 nextImage = pExtImage->NextImageHeaderOffset; in mpt_downloadboot()