diff options
author | James Smart <James.Smart@Emulex.Com> | 2008-01-11 01:52:36 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-01-23 12:29:21 -0500 |
commit | 0ff10d46cf0a373c9c855a23cc9383ba4030d8d2 (patch) | |
tree | 111eb8303ad63cecad266d507af4c2c0bfec4d5b /drivers/scsi/lpfc/lpfc.h | |
parent | b18268fc631034882f5f3dd93daa248a3bfdd085 (diff) |
[SCSI] lpfc 8.2.4 : Miscellaneous Discovery/ELS Fixes
Miscellaneous Discovery/ELS Fixes:
- Delay free's of ELS requests if adapter reject conditions
- Fix concurrent PLOGI vs ADISC state handling
- Add retry mechanism for GFF_ID
- Correct some illegal state transitions around RSCN timeouts
- Fix missing return in FAN handling
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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index 1ddfd688fea3..b06635ac3356 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -583,6 +583,11 @@ struct lpfc_hba { | |||
583 | atomic_t slow_ring_trc_cnt; | 583 | atomic_t slow_ring_trc_cnt; |
584 | #endif | 584 | #endif |
585 | 585 | ||
586 | /* Used for deferred freeing of ELS data buffers */ | ||
587 | struct list_head elsbuf; | ||
588 | int elsbuf_cnt; | ||
589 | int elsbuf_prev_cnt; | ||
590 | |||
586 | uint8_t temp_sensor_support; | 591 | uint8_t temp_sensor_support; |
587 | /* Fields used for heart beat. */ | 592 | /* Fields used for heart beat. */ |
588 | unsigned long last_completion_time; | 593 | unsigned long last_completion_time; |