diff options
author | James.Smart@Emulex.Com <James.Smart@Emulex.Com> | 2005-10-28 20:29:36 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-10-29 11:22:50 -0400 |
commit | 21568f5387636fe2bfb9ee42383d76de11ed99c7 (patch) | |
tree | 4b07a791e5d1e03607a3dd3312b85d584fb98141 /drivers/scsi/lpfc/lpfc.h | |
parent | 93a20f74450ca3402b3ba89fb490114cf6f2d353 (diff) |
[SCSI] lpfc: Remove RPI hash from the driver
Table was not providing a lot of value and injected a couple of
errors. Removed it and made functionality inline.
Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
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 | ||