aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc.h
diff options
context:
space:
mode:
authorJames Smart <James.Smart@Emulex.Com>2008-01-11 01:52:48 -0500
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2008-01-23 12:29:22 -0500
commit13815c8344a238c204e4f4339b22dc4833c6df0f (patch)
tree207bb747f79221499c79a4eb29419921521ecb56 /drivers/scsi/lpfc/lpfc.h
parentfa61a54e48efc8e5c7a6d4680ad8ceb74a5fca84 (diff)
[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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h
index b06635ac3356..5bf402a20682 100644
--- a/drivers/scsi/lpfc/lpfc.h
+++ b/drivers/scsi/lpfc/lpfc.h
@@ -471,7 +471,8 @@ struct lpfc_hba {
471 uint64_t cfg_soft_wwnn; 471 uint64_t cfg_soft_wwnn;
472 uint64_t cfg_soft_wwpn; 472 uint64_t cfg_soft_wwpn;
473 uint32_t cfg_hba_queue_depth; 473 uint32_t cfg_hba_queue_depth;
474 474 uint32_t cfg_enable_hba_reset;
475 uint32_t cfg_enable_hba_heartbeat;
475 476
476 lpfc_vpd_t vpd; /* vital product data */ 477 lpfc_vpd_t vpd; /* vital product data */
477 478