]> Git Repo - linux.git/blobdiff - drivers/scsi/qla2xxx/qla_def.h
Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / drivers / scsi / qla2xxx / qla_def.h
index 1f7c6d2c736d2fb2658bf3e0b7b3ec291a00f2fb..5b1287a63c494b6edf8fcf7e8ec75a17530032db 100644 (file)
@@ -2733,7 +2733,7 @@ struct isp_operations {
 #define QLA_MSIX_FW_MODE(m)    (((m) & (BIT_7|BIT_8|BIT_9)) >> 7)
 #define QLA_MSIX_FW_MODE_1(m)  (QLA_MSIX_FW_MODE(m) == 1)
 
-#define QLA_MSIX_DEFAULT               0x00
+#define QLA_BASE_VECTORS       2 /* default + RSP */
 #define QLA_MSIX_RSP_Q                 0x01
 #define QLA_ATIO_VECTOR                0x02
 #define QLA_MSIX_QPAIR_MULTIQ_RSP_Q    0x03
@@ -2755,7 +2755,6 @@ struct qla_msix_entry {
        uint16_t entry;
        char name[30];
        void *handle;
-       struct irq_affinity_notify irq_notify;
        int cpuid;
 };
 
This page took 0.026953 seconds and 4 git commands to generate.