-
- Downloads
[SCSI] mpt fusion: rewrite taskmgmt request and completion routines
1.) rewrite taskmanagement request and completion routines, making them single threaded and using the generic MPT_MGMT struct, deleting mptscsih_TMHandler, replacing with single request TM handler mptscsih_IssueTaskMgmt, and killing the watchdog timer functions. 2.) cleanup ioc_reset callback handlers, introducing wrappers for synchronizing error recovery (mpt_set_taskmgmt_in_progress_flag, mpt_clear_taskmgmt_in_progress_flag), as the fusion firmware only handles one task management request at a time Signed-off-by:Kashyap Desai <kadesai@lsi.com> Signed-off-by:
James Bottomley <James.Bottomley@HansenPartnership.com>
Showing
- drivers/message/fusion/mptbase.c 66 additions, 14 deletionsdrivers/message/fusion/mptbase.c
- drivers/message/fusion/mptbase.h 6 additions, 2 deletionsdrivers/message/fusion/mptbase.h
- drivers/message/fusion/mptscsih.c 164 additions, 295 deletionsdrivers/message/fusion/mptscsih.c
- drivers/message/fusion/mptscsih.h 2 additions, 1 deletiondrivers/message/fusion/mptscsih.h
- drivers/message/fusion/mptspi.c 1 addition, 1 deletiondrivers/message/fusion/mptspi.c
Loading
Please register or sign in to comment