Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptbase.c3687 u32 nextImage; in mpt_downloadboot() local
3764 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()
/kernel/linux/linux-6.6/drivers/message/fusion/
H A 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()

Completed in 17 milliseconds