Searched refs:pFwHeader (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/message/fusion/ |
D | mptbase.c | 177 static int mpt_downloadboot(MPT_ADAPTER *ioc, MpiFwHeader_t *pFwHeader, int sleepFlag); 3679 mpt_downloadboot(MPT_ADAPTER *ioc, MpiFwHeader_t *pFwHeader, int sleepFlag) in mpt_downloadboot() argument 3692 ioc->name, pFwHeader->ImageSize, pFwHeader->ImageSize, pFwHeader)); in mpt_downloadboot() 3745 fwSize = (pFwHeader->ImageSize + 3)/4; in mpt_downloadboot() 3746 ptrFw = (u32 *) pFwHeader; in mpt_downloadboot() 3754 CHIPREG_PIO_WRITE32(&ioc->pio_chip->DiagRwAddress, pFwHeader->LoadStartAddress); in mpt_downloadboot() 3756 ioc->name, pFwHeader->LoadStartAddress)); in mpt_downloadboot() 3764 nextImage = pFwHeader->NextImageHeaderOffset; in mpt_downloadboot() 3766 pExtImage = (MpiExtImageHeader_t *) ((char *)pFwHeader + nextImage); in mpt_downloadboot() 3784 …ddlprintk(ioc, printk(MYIOC_s_DEBUG_FMT "Write IopResetVector Addr=%x! \n", ioc->name, pFwHeader-… in mpt_downloadboot() [all …]
|