diff options
author | Kashyap, Desai <kashyap.desai@lsi.com> | 2009-08-05 03:20:02 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-08-22 18:52:24 -0400 |
commit | a247fa4521ccec7cb82a9f2d4e8544fce27ea109 (patch) | |
tree | da1781b6bed3a9a2c2dbe09cfe78d49f82643c9f /drivers/message/fusion/mptbase.h | |
parent | 9d2e9d66a3f032667934144cd61c396ba49f090d (diff) |
[SCSI] mptsas : Removed mptscsih_timer_expired.
Removed mptscsih_timer_expired. This timer is no more use.
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r-- | drivers/message/fusion/mptbase.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index 73810fa53456..bf446d41cda2 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h | |||
@@ -880,23 +880,9 @@ typedef enum { | |||
880 | 880 | ||
881 | typedef struct _MPT_SCSI_HOST { | 881 | typedef struct _MPT_SCSI_HOST { |
882 | MPT_ADAPTER *ioc; | 882 | MPT_ADAPTER *ioc; |
883 | int port; | ||
884 | u32 pad0; | ||
885 | MPT_LOCAL_REPLY *pLocal; /* used for internal commands */ | ||
886 | struct timer_list timer; | ||
887 | /* Pool of memory for holding SCpnts before doing | ||
888 | * OS callbacks. freeQ is the free pool. | ||
889 | */ | ||
890 | u8 negoNvram; /* DV disabled, nego NVRAM */ | ||
891 | u8 pad1; | ||
892 | u8 rsvd[2]; | ||
893 | MPT_FRAME_HDR *cmdPtr; /* Ptr to nonOS request */ | ||
894 | struct scsi_cmnd *abortSCpnt; | ||
895 | MPT_LOCAL_REPLY localReply; /* internal cmd reply struct */ | ||
896 | ushort sel_timeout[MPT_MAX_FC_DEVICES]; | 883 | ushort sel_timeout[MPT_MAX_FC_DEVICES]; |
897 | char *info_kbuf; | 884 | char *info_kbuf; |
898 | long last_queue_full; | 885 | long last_queue_full; |
899 | u16 tm_iocstatus; | ||
900 | u16 spi_pending; | 886 | u16 spi_pending; |
901 | struct list_head target_reset_list; | 887 | struct list_head target_reset_list; |
902 | } MPT_SCSI_HOST; | 888 | } MPT_SCSI_HOST; |