1MAKEIOCREADY(9) Message-based devices MAKEIOCREADY(9)
2
3
4
6 MakeIocReady - Get IOC to a READY state, using KickStart if needed.
7
9 int MakeIocReady(MPT_ADAPTER * ioc, int force, int sleepFlag);
10
12 ioc
13 Pointer to MPT_ADAPTER structure
14
15 force
16 Force hard KickStart of IOC
17
18 sleepFlag
19 Specifies whether the process can sleep
20
22 1 - DIAG reset and READY 0 - READY initially OR soft reset and READY -1
23 - Any failure on KickStart -2 - Msg Unit Reset Failed -3 - IO Unit
24 Reset Failed -4 - IOC owned by a PEER
25
27Kernel Hackers Manual 3.10 June 2019 MAKEIOCREADY(9)