mptscsih_taskmgmt_complete — Registered with Fusion MPT base driver
| int mptscsih_taskmgmt_complete ( | MPT_ADAPTER * ioc, | 
| MPT_FRAME_HDR * mf, | |
| MPT_FRAME_HDR * mr ); | 
iocPointer to MPT_ADAPTER structure
mfPointer to SCSI task mgmt request frame
mrPointer to SCSI task mgmt reply frame
   This routine is called from mptbase.c::mpt_interrupt at the completion
   of any SCSI task management request.
   This routine is registered with the MPT (base) driver at driver
   load/init time via the mpt_register API call.
   
Returns 1 indicating alloc'd request frame ptr should be freed.