diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index adb95674823f..3062b39fbdb9 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -267,10 +267,6 @@ struct lpfc_hba { | |||
267 | struct lpfc_nodelist fc_fcpnodev; /* nodelist entry for no device */ | 267 | struct lpfc_nodelist fc_fcpnodev; /* nodelist entry for no device */ |
268 | uint32_t nport_event_cnt; /* timestamp for nlplist entry */ | 268 | uint32_t nport_event_cnt; /* timestamp for nlplist entry */ |
269 | 269 | ||
270 | #define LPFC_RPI_HASH_SIZE 64 | ||
271 | #define LPFC_RPI_HASH_FUNC(x) ((x) & (0x3f)) | ||
272 | /* ptr to active D_ID / RPIs */ | ||
273 | struct lpfc_nodelist *fc_nlplookup[LPFC_RPI_HASH_SIZE]; | ||
274 | uint32_t wwnn[2]; | 270 | uint32_t wwnn[2]; |
275 | uint32_t RandomData[7]; | 271 | uint32_t RandomData[7]; |
276 | 272 | ||