diff options
author | James Smart <James.Smart@Emulex.Com> | 2008-08-24 21:50:06 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-10-13 09:28:54 -0400 |
commit | 84774a4d0a4dba8a5767da6c58ea5a8c5b0cfe25 (patch) | |
tree | 2bc1c62a32f76260ae5743f7888c4ff45122cef4 /drivers/scsi/lpfc/lpfc.h | |
parent | d7c255b26d8e3f12164d82093de3bf22efad2b4a (diff) |
[SCSI] lpfc 8.2.8 : Add new FCOE hardware support
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index f57a416033b9..aee5444b63d9 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -613,6 +613,7 @@ struct lpfc_hba { | |||
613 | unsigned long last_completion_time; | 613 | unsigned long last_completion_time; |
614 | struct timer_list hb_tmofunc; | 614 | struct timer_list hb_tmofunc; |
615 | uint8_t hb_outstanding; | 615 | uint8_t hb_outstanding; |
616 | enum hba_temp_state over_temp_state; | ||
616 | /* ndlp reference management */ | 617 | /* ndlp reference management */ |
617 | spinlock_t ndlp_lock; | 618 | spinlock_t ndlp_lock; |
618 | /* | 619 | /* |
@@ -621,7 +622,8 @@ struct lpfc_hba { | |||
621 | */ | 622 | */ |
622 | #define QUE_BUFTAG_BIT (1<<31) | 623 | #define QUE_BUFTAG_BIT (1<<31) |
623 | uint32_t buffer_tag_count; | 624 | uint32_t buffer_tag_count; |
624 | enum hba_temp_state over_temp_state; | 625 | int wait_4_mlo_maint_flg; |
626 | wait_queue_head_t wait_4_mlo_m_q; | ||
625 | }; | 627 | }; |
626 | 628 | ||
627 | static inline struct Scsi_Host * | 629 | static inline struct Scsi_Host * |