1MPTSCSIH_TASKMGMT_CO(9) Message-based devices MPTSCSIH_TASKMGMT_CO(9)
2
3
4
6 mptscsih_taskmgmt_complete - Registered with Fusion MPT base driver
7
9 int mptscsih_taskmgmt_complete(MPT_ADAPTER * ioc, MPT_FRAME_HDR * mf,
10 MPT_FRAME_HDR * mr);
11
13 ioc
14 Pointer to MPT_ADAPTER structure
15
16 mf
17 Pointer to SCSI task mgmt request frame
18
19 mr
20 Pointer to SCSI task mgmt reply frame
21
23 This routine is called from mptbase.c::mpt_interrupt at the completion
24 of any SCSI task management request. This routine is registered with
25 the MPT (base) driver at driver load/init time via the mpt_register API
26 call.
27
28 Returns 1 indicating allocĀ“d request frame ptr should be freed.
29
31Kernel Hackers Manual 2.6. June 2019 MPTSCSIH_TASKMGMT_CO(9)