qla2xxx: Disable Interrupt handshake for ISP27XX.
authorHimanshu Madhani <[email protected]>
Thu, 9 Apr 2015 19:00:04 +0000 (15:00 -0400)
committerJames Bottomley <[email protected]>
Fri, 10 Apr 2015 15:42:38 +0000 (08:42 -0700)
Signed-off-by: Giridhar Malavali <[email protected]>
Signed-off-by: Himanshu Madhani <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Signed-off-by: James Bottomley <[email protected]>
drivers/scsi/qla2xxx/qla_def.h

index 222d70a01c0ce62c231a2eeed62ea54d61e4b1e6..9a8aa11cd15fc2a8645af29538a0340ee4c9b039 100644 (file)
@@ -3132,7 +3132,8 @@ struct qla_hw_data {
                                IS_QLA25XX(ha) || IS_QLA81XX(ha) || \
                                IS_QLA82XX(ha) || IS_QLA83XX(ha) || \
                                IS_QLA8044(ha) || IS_QLA27XX(ha))
-#define IS_MSIX_NACK_CAPABLE(ha) (IS_QLA81XX(ha) || IS_QLA83XX(ha))
+#define IS_MSIX_NACK_CAPABLE(ha) (IS_QLA81XX(ha) || IS_QLA83XX(ha) || \
+                               IS_QLA27XX(ha))
 #define IS_NOPOLLING_TYPE(ha)  (IS_QLA81XX(ha) && (ha)->flags.msix_enabled)
 #define IS_FAC_REQUIRED(ha)    (IS_QLA81XX(ha) || IS_QLA83XX(ha) || \
                                IS_QLA27XX(ha))