diff options
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 1ec9cf0e374a..a7de0bca5bdd 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -306,6 +306,7 @@ struct lpfc_hba { | |||
306 | uint32_t cfg_use_msi; | 306 | uint32_t cfg_use_msi; |
307 | uint32_t cfg_sg_seg_cnt; | 307 | uint32_t cfg_sg_seg_cnt; |
308 | uint32_t cfg_sg_dma_buf_size; | 308 | uint32_t cfg_sg_dma_buf_size; |
309 | uint64_t cfg_soft_wwnn; | ||
309 | uint64_t cfg_soft_wwpn; | 310 | uint64_t cfg_soft_wwpn; |
310 | 311 | ||
311 | uint32_t dev_loss_tmo_changed; | 312 | uint32_t dev_loss_tmo_changed; |
@@ -358,7 +359,7 @@ struct lpfc_hba { | |||
358 | #define VPD_PORT 0x8 /* valid vpd port data */ | 359 | #define VPD_PORT 0x8 /* valid vpd port data */ |
359 | #define VPD_MASK 0xf /* mask for any vpd data */ | 360 | #define VPD_MASK 0xf /* mask for any vpd data */ |
360 | 361 | ||
361 | uint8_t soft_wwpn_enable; | 362 | uint8_t soft_wwn_enable; |
362 | 363 | ||
363 | struct timer_list fcp_poll_timer; | 364 | struct timer_list fcp_poll_timer; |
364 | struct timer_list els_tmofunc; | 365 | struct timer_list els_tmofunc; |