Home
last modified time | relevance | path

Searched refs:IS_QLA2432 (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/scsi/qla2xxx/
Dqla_def.h4218 #define IS_QLA2432(ha) (DT_MASK(ha) & DT_ISP2432) macro
4238 #define IS_QLA24XX(ha) (IS_QLA2422(ha) || IS_QLA2432(ha))
Dqla_isr.c4451 if (ql2xenablemsix == 0 || (!IS_QLA2432(ha) && !IS_QLA2532(ha) && in qla2x00_request_irqs()
4470 if (IS_QLA2432(ha) && (ha->pdev->revision < QLA_MSIX_CHIP_REV_24XX)) { in qla2x00_request_irqs()