aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r--drivers/scsi/lpfc/lpfc.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h
index 46ccdffb46aa..1ddfd688fea3 100644
--- a/drivers/scsi/lpfc/lpfc.h
+++ b/drivers/scsi/lpfc/lpfc.h
@@ -386,6 +386,11 @@ struct hbq_s {
386#define LPFC_ELS_HBQ 0 386#define LPFC_ELS_HBQ 0
387#define LPFC_EXTRA_HBQ 1 387#define LPFC_EXTRA_HBQ 1
388 388
389enum hba_temp_state {
390 HBA_NORMAL_TEMP,
391 HBA_OVER_TEMP
392};
393
389struct lpfc_hba { 394struct lpfc_hba {
390 struct lpfc_sli sli; 395 struct lpfc_sli sli;
391 uint32_t sli_rev; /* SLI2 or SLI3 */ 396 uint32_t sli_rev; /* SLI2 or SLI3 */
@@ -589,6 +594,7 @@ struct lpfc_hba {
589 */ 594 */
590#define QUE_BUFTAG_BIT (1<<31) 595#define QUE_BUFTAG_BIT (1<<31)
591 uint32_t buffer_tag_count; 596 uint32_t buffer_tag_count;
597 enum hba_temp_state over_temp_state;
592}; 598};
593 599
594static inline struct Scsi_Host * 600static inline struct Scsi_Host *