1MPT_DOWNLOADBOOT(9) Message-based devices MPT_DOWNLOADBOOT(9)
2
3
4
6 mpt_downloadboot - DownloadBoot code
7
9 int mpt_downloadboot(MPT_ADAPTER * ioc, MpiFwHeader_t * pFwHeader,
10 int sleepFlag);
11
13 ioc
14 Pointer to MPT_ADAPTER structure
15
16 pFwHeader
17 Pointer to firmware header info
18
19 sleepFlag
20 Specifies whether the process can sleep
21
23 FwDownloadBoot requires Programmed IO access.
24
25 Returns 0 for success -1 FW Image size is 0 -2 No valid cached_fw
26 Pointer <0 for fw upload failure.
27
29Kernel Hackers Manual 2.6. June 2019 MPT_DOWNLOADBOOT(9)