diff options
author | James Smart <James.Smart@Emulex.Com> | 2008-01-11 01:52:48 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-01-23 11:29:22 -0600 |
commit | 13815c8344a238c204e4f4339b22dc4833c6df0f (patch) | |
tree | 207bb747f79221499c79a4eb29419921521ecb56 /drivers/scsi/lpfc/lpfc.h | |
parent | fa61a54e48efc8e5c7a6d4680ad8ceb74a5fca84 (diff) | |
download | linux-3.10-13815c8344a238c204e4f4339b22dc4833c6df0f.tar.gz linux-3.10-13815c8344a238c204e4f4339b22dc4833c6df0f.tar.bz2 linux-3.10-13815c8344a238c204e4f4339b22dc4833c6df0f.zip |
[SCSI] lpfc 8.2.4 : Add parameters to enable and disable heartbeat and hba resets
Add parameters to enable and disable heartbeat and hba resets
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index b06635ac335..5bf402a2068 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h @@ -471,7 +471,8 @@ struct lpfc_hba { uint64_t cfg_soft_wwnn; uint64_t cfg_soft_wwpn; uint32_t cfg_hba_queue_depth; - + uint32_t cfg_enable_hba_reset; + uint32_t cfg_enable_hba_heartbeat; lpfc_vpd_t vpd; /* vital product data */ |