Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/message/fusion/
Dmptbase.c3657 u32 nextImage; in mpt_downloadboot() local
3734 nextImage = pFwHeader->NextImageHeaderOffset; in mpt_downloadboot()
3735 while (nextImage) { in mpt_downloadboot()
3736 pExtImage = (MpiExtImageHeader_t *) ((char *)pFwHeader + nextImage); in mpt_downloadboot()
3750 nextImage = pExtImage->NextImageHeaderOffset; in mpt_downloadboot()