1MPT_SOFTRESETHANDLER(9) Message-based devices MPT_SOFTRESETHANDLER(9)
2
3
4
6 mpt_SoftResetHandler - Issues a less expensive reset
7
9 int mpt_SoftResetHandler(MPT_ADAPTER * ioc, int sleepFlag);
10
12 ioc
13 Pointer to MPT_ADAPTER structure
14
15 sleepFlag
16 Indicates if sleep or schedule must be called.
17
19 Returns 0 for SUCCESS or -1 if FAILED.
20
21 Message Unit Reset - instructs the IOC to reset the Reply Post and Free
22 FIFO's. All the Message Frames on Reply Free FIFO are discarded. All
23 posted buffers are freed, and event notification is turned off. IOC
24 doesnt reply to any outstanding request. This will transfer IOC to
25 READY state.
26
28Kernel Hackers Manual 2.6. November 2011 MPT_SOFTRESETHANDLER(9)