]> Pileus Git - ~andy/linux/blobdiff - drivers/scsi/lpfc/lpfc.h
[SCSI] lpfc: Remove RPI hash from the driver
[~andy/linux] / drivers / scsi / lpfc / lpfc.h
index adb95674823fb86e45dfb28b4f6a4aa4c285dd23..3062b39fbdb97ca7e12e0a66a7af6f43c346cb5b 100644 (file)
@@ -267,10 +267,6 @@ struct lpfc_hba {
        struct lpfc_nodelist fc_fcpnodev; /* nodelist entry for no device */
        uint32_t nport_event_cnt;       /* timestamp for nlplist entry */
 
-#define LPFC_RPI_HASH_SIZE     64
-#define LPFC_RPI_HASH_FUNC(x)  ((x) & (0x3f))
-       /* ptr to active D_ID / RPIs */
-       struct lpfc_nodelist *fc_nlplookup[LPFC_RPI_HASH_SIZE];
        uint32_t wwnn[2];
        uint32_t RandomData[7];