Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_def.h4322 #define IS_QLA8001(ha) (DT_MASK(ha) & DT_ISP8001) macro
4323 #define IS_QLA81XX(ha) (IS_QLA8001(ha))
Dqla_isr.c4717 !IS_QLA8001(ha) && !IS_P3P_TYPE(ha) && !IS_QLAFX00(ha) && in qla2x00_request_irqs()