Searched refs:pExtImage (Results 1 – 1 of 1) sorted by relevance
3671 MpiExtImageHeader_t *pExtImage; in mpt_downloadboot() local3756 pExtImage = (MpiExtImageHeader_t *) ((char *)pFwHeader + nextImage); in mpt_downloadboot()3758 load_addr = pExtImage->LoadStartAddress; in mpt_downloadboot()3760 fwSize = (pExtImage->ImageSize + 3) >> 2; in mpt_downloadboot()3761 ptrFw = (u32 *)pExtImage; in mpt_downloadboot()3770 nextImage = pExtImage->NextImageHeaderOffset; in mpt_downloadboot()