Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/message/fusion/
Dmptbase.c3679 u32 nextImage; in mpt_downloadboot() local
3756 nextImage = pFwHeader->NextImageHeaderOffset; in mpt_downloadboot()
3757 while (nextImage) { in mpt_downloadboot()
3758 pExtImage = (MpiExtImageHeader_t *) ((char *)pFwHeader + nextImage); in mpt_downloadboot()
3772 nextImage = pExtImage->NextImageHeaderOffset; in mpt_downloadboot()