Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/message/fusion/
Dmptbase.c177 static int mpt_downloadboot(MPT_ADAPTER *ioc, MpiFwHeader_t *pFwHeader, int sleepFlag);
3667 mpt_downloadboot(MPT_ADAPTER *ioc, MpiFwHeader_t *pFwHeader, int sleepFlag) in mpt_downloadboot() argument
3680 ioc->name, pFwHeader->ImageSize, pFwHeader->ImageSize, pFwHeader)); in mpt_downloadboot()
3733 fwSize = (pFwHeader->ImageSize + 3)/4; in mpt_downloadboot()
3734 ptrFw = (u32 *) pFwHeader; in mpt_downloadboot()
3742 CHIPREG_PIO_WRITE32(&ioc->pio_chip->DiagRwAddress, pFwHeader->LoadStartAddress); in mpt_downloadboot()
3744 ioc->name, pFwHeader->LoadStartAddress)); in mpt_downloadboot()
3752 nextImage = pFwHeader->NextImageHeaderOffset; in mpt_downloadboot()
3754 pExtImage = (MpiExtImageHeader_t *) ((char *)pFwHeader + nextImage); in mpt_downloadboot()
3772 …ddlprintk(ioc, printk(MYIOC_s_DEBUG_FMT "Write IopResetVector Addr=%x! \n", ioc->name, pFwHeader-… in mpt_downloadboot()
[all …]