diff options
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; |