diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index efec44d267c7..3f7f5f8abd75 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -303,6 +303,7 @@ struct lpfc_hba { | |||
303 | uint32_t cfg_poll_tmo; | 303 | uint32_t cfg_poll_tmo; |
304 | uint32_t cfg_sg_seg_cnt; | 304 | uint32_t cfg_sg_seg_cnt; |
305 | uint32_t cfg_sg_dma_buf_size; | 305 | uint32_t cfg_sg_dma_buf_size; |
306 | uint64_t cfg_soft_wwpn; | ||
306 | 307 | ||
307 | uint32_t dev_loss_tmo_changed; | 308 | uint32_t dev_loss_tmo_changed; |
308 | 309 | ||
@@ -354,6 +355,8 @@ struct lpfc_hba { | |||
354 | #define VPD_PORT 0x8 /* valid vpd port data */ | 355 | #define VPD_PORT 0x8 /* valid vpd port data */ |
355 | #define VPD_MASK 0xf /* mask for any vpd data */ | 356 | #define VPD_MASK 0xf /* mask for any vpd data */ |
356 | 357 | ||
358 | uint8_t soft_wwpn_enable; | ||
359 | |||
357 | struct timer_list fcp_poll_timer; | 360 | struct timer_list fcp_poll_timer; |
358 | struct timer_list els_tmofunc; | 361 | struct timer_list els_tmofunc; |
359 | 362 | ||