1MPT_DO_UPLOAD(9) Message-based devices MPT_DO_UPLOAD(9)
2
3
4
6 mpt_do_upload - Construct and Send FWUpload request to MPT adapter
7 port.
8
10 int mpt_do_upload(MPT_ADAPTER * ioc, int sleepFlag);
11
13 ioc
14 Pointer to MPT_ADAPTER structure
15
16 sleepFlag
17 Specifies whether the process can sleep
18
20 Returns 0 for success, >0 for handshake failure <0 for fw upload
21 failure.
22
24 If bound IOC and a successful FWUpload was performed on the bound IOC,
25 the second image is discarded and memory is freeĀ“d. Both channels must
26 upload to prevent IOC from running in degraded mode.
27
29Kernel Hackers Manual 2.6. June 2019 MPT_DO_UPLOAD(9)